binaychandra commited on
Commit
5d1fb06
·
1 Parent(s): 17d21ea

restructed the code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ iface = gr.Interface(
39
  )
40
 
41
  # Launch the Gradio app
42
- iface.launch()
 
39
  )
40
 
41
  # Launch the Gradio app
42
+ iface.launch(share=True)