hexgrad commited on
Commit
a315cb3
1 Parent(s): 0ec0460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ radiotest = gr.Interface(fn=infere, inputs="image", outputs="text", title=title,
87
  description=desc, article=long_desc)
88
 
89
  # Launch the Gradio interface and share it
90
- radiotest.launch(share=True)
 
87
  description=desc, article=long_desc)
88
 
89
  # Launch the Gradio interface and share it
90
+ radiotest.launch()