ElectricAlexis commited on
Commit
b22b89a
·
verified ·
1 Parent(s): 84af7df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -525,5 +525,6 @@ if __name__ == "__main__":
525
  # Configure GPU/CPU handling
526
  demo.launch(
527
  server_name="0.0.0.0",
528
- server_port=7860
 
529
  )
 
525
  # Configure GPU/CPU handling
526
  demo.launch(
527
  server_name="0.0.0.0",
528
+ server_port=7860,
529
+ # share=True
530
  )