Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
|
|
| 32 |
|
| 33 |
chatbot = gr.Chatbot(height=600)
|
| 34 |
|
| 35 |
-
demo = gr.
|
| 36 |
fn=respond,
|
| 37 |
inputs=[
|
| 38 |
gr.Textbox(label="Your Message"),
|
|
|
|
| 32 |
|
| 33 |
chatbot = gr.Chatbot(height=600)
|
| 34 |
|
| 35 |
+
demo = gr.ChatInterface(
|
| 36 |
fn=respond,
|
| 37 |
inputs=[
|
| 38 |
gr.Textbox(label="Your Message"),
|