Spaces:
Running
Running
Delete app.py
Browse files
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 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|