jena-shreyas commited on
Commit
9489acf
·
1 Parent(s): 06ef027

Change port number to 7861

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  .gradio/
2
- models/__pycache__/
 
 
1
  .gradio/
2
+ models/__pycache__/
3
+ app_Syed.py
app.py CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks(title="Video Inference Demo", theme=gr.themes.Soft()) as demo:
333
 
334
  demo.launch(
335
  server_name="0.0.0.0",
336
- server_port=7860,
337
  share=True
338
  )
339
 
 
333
 
334
  demo.launch(
335
  server_name="0.0.0.0",
336
+ server_port=7861,
337
  share=True
338
  )
339