RayPac006 commited on
Commit
a0811fa
·
verified ·
1 Parent(s): e3ec9bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ with gr.Blocks(title="Guitar Chord Extractor") as demo:
83
 
84
  # Launch the app
85
  if __name__ == "__main__":
86
- demo.launch()
 
83
 
84
  # Launch the app
85
  if __name__ == "__main__":
86
+ demo.launch(server_name="0.0.0.0", server_port=7860)