isshagle commited on
Commit
066c261
1 Parent(s): 39cf724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -56,7 +56,5 @@ input_component = gr.Interface(
56
  live = True
57
 
58
  )
59
-
60
-
61
  # Launch the Gradio interface
62
- input_component.launch(share=True, inline = False, debug=True)
 
56
  live = True
57
 
58
  )
 
 
59
  # Launch the Gradio interface
60
+ input_component.launch(inline = False)