mguven61 commited on
Commit
8338d45
·
verified ·
1 Parent(s): d1d0963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,4 +56,5 @@ with gr.Blocks() as interface:
56
  outputs=output_text
57
  )
58
 
59
- interface.launch()
 
 
56
  outputs=output_text
57
  )
58
 
59
+ # Launch the interface
60
+ interface.launch(server_name="0.0.0.0", server_port=7860)