jadechoghari commited on
Commit
008ff9d
1 Parent(s): 3666985

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,5 +105,5 @@ with gr.Blocks() as demo:
105
  outputs=[image_output_component, text_output_component]
106
  )
107
 
108
- # demo.launch(debug=False, show_error=True, share=True)
109
- demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
 
105
  outputs=[image_output_component, text_output_component]
106
  )
107
 
108
+ demo.launch(debug=False, show_error=True, share=True)
109
+ # demo.launch(share=True, server_port=7861, server_name='0.0.0.0')