InEase commited on
Commit
7bcef3f
·
1 Parent(s): b78dbf0

Change Server Port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
79
  # cache_examples=True, # cache examples to local storage
80
  )
81
 
82
- app.launch(server_port=3030)
 
79
  # cache_examples=True, # cache examples to local storage
80
  )
81
 
82
+ app.launch()