Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import random
|
|
| 4 |
import time
|
| 5 |
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
-
chatbot = gr.Chatbot(label="test-perf-
|
| 8 |
msg = gr.Textbox()
|
| 9 |
clear = gr.ClearButton([msg, chatbot])
|
| 10 |
|
|
|
|
| 4 |
import time
|
| 5 |
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
+
chatbot = gr.Chatbot(label="test-perf-4.19")
|
| 8 |
msg = gr.Textbox()
|
| 9 |
clear = gr.ClearButton([msg, chatbot])
|
| 10 |
|