mohammad2928git commited on
Commit
7746ccf
1 Parent(s): 827775a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Animal", info="Will add more animals later!"
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)