Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,6 @@ def greet(question, model_type):
|
|
| 10 |
return out_gen
|
| 11 |
|
| 12 |
demo = gr.Interface(fn=greet, inputs=["text", gr.Dropdown(
|
| 13 |
-
["with memory", "without memory"], label="
|
| 14 |
),], outputs="text")
|
| 15 |
demo.launch(debug=True, share=True)
|
|
|
|
| 10 |
return out_gen
|
| 11 |
|
| 12 |
demo = gr.Interface(fn=greet, inputs=["text", gr.Dropdown(
|
| 13 |
+
["with memory", "without memory"], label="Memory status", info="With using memory, the output will be slow but strong"
|
| 14 |
),], outputs="text")
|
| 15 |
demo.launch(debug=True, share=True)
|