Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -376,7 +376,7 @@ examples =[
|
|
376 |
]
|
377 |
with gr.Blocks() as app:
|
378 |
btn=gr.Button()
|
379 |
-
app.
|
380 |
gr.ChatInterface(
|
381 |
fn=run,
|
382 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
|
|
|
376 |
]
|
377 |
with gr.Blocks() as app:
|
378 |
btn=gr.Button()
|
379 |
+
app.load()
|
380 |
gr.ChatInterface(
|
381 |
fn=run,
|
382 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
|