Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
|
|
|
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 |
|