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