John6666 commited on
Commit
de84e9a
1 Parent(s): 3685da0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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