debayan commited on
Commit
26b68e5
·
1 Parent(s): 4f383bf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -286,6 +286,6 @@ with gr.Blocks() as demo:
286
 
287
 
288
  demo.queue()
289
- demo.launch( debug=True)
290
 
291
 
 
286
 
287
 
288
  demo.queue()
289
+ demo.launch( debug=True,server_name='0.0.0.0', port=7860)
290
 
291