Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alptangall
/
bena.c.b
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alptangall
commited on
Nov 2, 2024
Commit
dba2b3f
·
verified
·
1 Parent(s):
3026563
Update cmd.sh
Browse files
Files changed (1)
hide
show
cmd.sh
+3
-2
cmd.sh
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
#!bin/sh
2
-
uvicorn main:app --host 0.0.0.0 --port 7860 &
3
-
python main1.py
1
#!bin/sh
2
+
#
uvicorn main:app --host 0.0.0.0 --port 7860 &
3
+
#
python main1.py
4
+
uvicorn main1:app --host 0.0.0.0 --port 7860