Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,9 +50,5 @@ with demo:
|
|
| 50 |
outputs=output_text,
|
| 51 |
)
|
| 52 |
|
| 53 |
-
gr.Markdown(
|
| 54 |
-
"---\nThis Gradio app keeps the same model functionality as the current text generation backend."
|
| 55 |
-
)
|
| 56 |
-
|
| 57 |
|
| 58 |
demo.launch()
|
|
|
|
| 50 |
outputs=output_text,
|
| 51 |
)
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
demo.launch()
|