Hyeonseo commited on
Commit
d9cd49d
1 Parent(s): bef8f30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,10 +73,10 @@ iface = gr.Interface(
73
  fn=predict,
74
  inputs=gr.Textbox(placeholder="Chat with me!", label="Your Message"),
75
  outputs=gr.Text(label="Response"),
76
- live=True,
77
  title="Infectious-Disease-Diagnosis-Chatbot",
78
  description="This is the demo for Gradio UI consuming TGI endpoint with LLaMA 7B-Chat model.",
79
- examples=[["Are tomatoes vegetables?"]],
80
  theme="default" # You can choose a theme that fits your UI preference
81
  )
82
 
 
73
  fn=predict,
74
  inputs=gr.Textbox(placeholder="Chat with me!", label="Your Message"),
75
  outputs=gr.Text(label="Response"),
76
+ live=False,
77
  title="Infectious-Disease-Diagnosis-Chatbot",
78
  description="This is the demo for Gradio UI consuming TGI endpoint with LLaMA 7B-Chat model.",
79
+ examples=[["발열과 구토 증상이 있는데, 어떤 감염병이야?"]],
80
  theme="default" # You can choose a theme that fits your UI preference
81
  )
82