Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JunyiAcademy/image_generation
ChenyuRabbitLove
/
image_generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ChenyuRabbitLove
commited on
Jun 11
Commit
c336b39
·
1 Parent(s):
00e18fa
fix: update backend module path in start.sh to reflect new structure
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
node frontend/server.js &
3
-
python -m uvicorn backend.main:app --host 0.0.0.0 --port 8000
1
#!/bin/sh
2
node frontend/server.js &
3
+
python -m uvicorn backend.
app.
main:app --host 0.0.0.0 --port 8000