Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def models(Query):
|
|
| 21 |
Response += token
|
| 22 |
yield Response
|
| 23 |
|
| 24 |
-
description="
|
| 25 |
|
| 26 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
| 27 |
demo.queue(max_size=300000)
|
|
|
|
| 21 |
Response += token
|
| 22 |
yield Response
|
| 23 |
|
| 24 |
+
description=""
|
| 25 |
|
| 26 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
| 27 |
demo.queue(max_size=300000)
|