Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -393,7 +393,7 @@ with gr.Blocks() as app:
|
|
393 |
gr.ChatInterface(
|
394 |
fn=run,
|
395 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
396 |
-
examples=examples,
|
397 |
concurrency_limit=20,
|
398 |
additional_inputs=add_in,
|
399 |
)
|
|
|
393 |
gr.ChatInterface(
|
394 |
fn=run,
|
395 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
396 |
+
#examples=examples,
|
397 |
concurrency_limit=20,
|
398 |
additional_inputs=add_in,
|
399 |
)
|