Techdude01 commited on
Commit
738dc38
·
verified ·
1 Parent(s): 3365005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,5 +50,4 @@ demo = gr.Interface(
50
  )
51
 
52
  # Launch the Gradio app
53
- demo.launch(share=True)
54
- `share=True` in `launch()`.
 
50
  )
51
 
52
  # Launch the Gradio app
53
+ demo.launch(share=True)