Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -460,7 +460,7 @@ app = gr.ChatInterface(
|
|
| 460 |
examples=examples,
|
| 461 |
concurrency_limit=20,
|
| 462 |
)
|
| 463 |
-
app.launch(
|
| 464 |
'''
|
| 465 |
with gr.Blocks() as app:
|
| 466 |
with gr.Row():
|
|
|
|
| 460 |
examples=examples,
|
| 461 |
concurrency_limit=20,
|
| 462 |
)
|
| 463 |
+
app.launch()
|
| 464 |
'''
|
| 465 |
with gr.Blocks() as app:
|
| 466 |
with gr.Row():
|