Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rajsecrets0
/
BELLA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rajsecrets0
commited on
Jan 12
Commit
9daf8d1
·
verified
·
1 Parent(s):
25467a0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -355,4 +355,4 @@ async def end():
355
356
357
if __name__ == "__main__":
358
-
cl.run()
355
356
357
if __name__ == "__main__":
358
+
cl.run(
app, port=7860
)