Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
CORVO-AI/transcript
CORVO-AI
/
BACK-END
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CORVO-AI
commited on
May 19, 2025
Commit
f4cb20f
·
verified
·
1 Parent(s):
8ebb8c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -270,4 +270,4 @@ def end_session():
270
})
271
272
if __name__ == '__main__':
273
-
app.run(
debug
=
True
, port=
5000
)
270
})
271
272
if __name__ == '__main__':
273
+
app.run(
host
=
"0.0.0.0"
, port=
7860, debug=True
)