Spaces:
Running
on
Zero
Running
on
Zero
fix: gradio
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def update_examples():
|
|
163 |
|
164 |
|
165 |
with gr.Blocks() as demo:
|
166 |
-
chatbot = gr.Chatbot(label="Chatbot",
|
167 |
chat = gr.ChatInterface(
|
168 |
predict,
|
169 |
chatbot=chatbot,
|
|
|
163 |
|
164 |
|
165 |
with gr.Blocks() as demo:
|
166 |
+
chatbot = gr.Chatbot(label="Chatbot", render=False)
|
167 |
chat = gr.ChatInterface(
|
168 |
predict,
|
169 |
chatbot=chatbot,
|