k087 commited on
Commit
6dd78b6
·
verified ·
1 Parent(s): 9be17f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(
33
 
34
 
35
  # Launch the interface
36
- iface.launch() # Start the Gradio interface for user interaction
 
33
 
34
 
35
  # Launch the interface
36
+ iface.launch(share=True)