eBlessings commited on
Commit
61619e7
·
verified ·
1 Parent(s): bd3707c

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- from gradio_app import main
2
-
3
- if __name__ == "__main__":
4
- main(
5
- port=7860, # Default Gradio port
6
- host="0.0.0.0", # Bind to all interfaces
7
- share=False, # Disable share (not needed in HF Spaces)
8
- api=True # Allow API access
9
- )