Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ParthBarot
/
API
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ParthBarot
commited on
Sep 11, 2024
Commit
96e306d
·
verified
·
1 Parent(s):
be0f58d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ def detect_deepfake():
46
47
if __name__ == '__main__':
48
# Run the Flask app
49
-
app.run(host='0.0.0.0', port=
5000
)
46
47
if __name__ == '__main__':
48
# Run the Flask app
49
+
app.run(host='0.0.0.0', port=
7860
)