ivelin commited on
Commit
dc7c41f
·
1 Parent(s): 45a140a

fix: gradio launch params

Browse files

Signed-off-by: ivelin <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,4 +221,4 @@ demo = gr.Interface(fn=process_refexp,
221
  cache_examples=False
222
  )
223
 
224
- demo.launch(share=True)
 
221
  cache_examples=False
222
  )
223
 
224
+ demo.launch() # share=True when running in a Jupyter Notebook