blumenstiel commited on
Commit
12f6482
Β·
1 Parent(s): b4a1661

Fix gradio issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,4 +175,4 @@ Some example images are provided at the end of this page.
175
  cache_examples=True
176
  )
177
 
178
- demo.launch() # share=True, ssr_mode=False
 
175
  cache_examples=True
176
  )
177
 
178
+ demo.launch(share=True, ssr_mode=False)