Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -327,4 +327,4 @@ with gr.Blocks() as demo:
|
|
| 327 |
.then(run_search, inputs=[query, category, tone, top_k], outputs=results)
|
| 328 |
|
| 329 |
if __name__ == "__main__":
|
| 330 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, theme=gr.themes.Glass(), css=CSS)
|
|
|
|
| 327 |
.then(run_search, inputs=[query, category, tone, top_k], outputs=results)
|
| 328 |
|
| 329 |
if __name__ == "__main__":
|
| 330 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, theme=gr.themes.Glass(), css=CSS, ssr_mode=False)
|