Update app.py
#3
by
John6666
- opened
app.py
CHANGED
@@ -110,5 +110,5 @@ autoeval = gr.Interface(fn=infere, inputs=[
|
|
110 |
description=desc, article=long_desc)
|
111 |
|
112 |
# Launch the Gradio interface and share it
|
113 |
-
autoeval.launch(server_name="0.0.0.0",share=True)
|
114 |
|
|
|
110 |
description=desc, article=long_desc)
|
111 |
|
112 |
# Launch the Gradio interface and share it
|
113 |
+
autoeval.launch(server_name="0.0.0.0", share=True, ssr_mode=False)
|
114 |
|