srinuksv commited on
Commit
bd3f667
1 Parent(s): 2b44908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ interface = gr.Interface(
106
  )
107
 
108
  # Launch the Gradio interface
109
- interface.launch()
 
106
  )
107
 
108
  # Launch the Gradio interface
109
+ interface.launch(share=True)