sekuxrious commited on
Commit
364b7da
·
verified ·
1 Parent(s): 09f4295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,4 +130,4 @@ demo = gr.Interface(
130
  title="CV Template with Markdown Tables + Bullets"
131
  )
132
 
133
- demo.launch()
 
130
  title="CV Template with Markdown Tables + Bullets"
131
  )
132
 
133
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)