TobDeBer commited on
Commit
5f78be4
·
1 Parent(s): c88e367

remove warnings

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -273,5 +273,6 @@ demo.launch(
273
  {"label": "Gradio", "url": "https://gradio.app"}
274
  ],
275
  share=False,
276
- show_error=True
 
277
  )
 
273
  {"label": "Gradio", "url": "https://gradio.app"}
274
  ],
275
  share=False,
276
+ show_error=True,
277
+ ssr_mode=False
278
  )