Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks() as app:
|
|
382 |
title="Mixtral 46.7B Powered <br> Search",
|
383 |
examples=examples,
|
384 |
concurrency_limit=20,
|
385 |
-
)
|
386 |
btn=gr.Button()
|
387 |
app.launch()
|
388 |
|
|
|
382 |
title="Mixtral 46.7B Powered <br> Search",
|
383 |
examples=examples,
|
384 |
concurrency_limit=20,
|
385 |
+
).load()
|
386 |
btn=gr.Button()
|
387 |
app.launch()
|
388 |
|