Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tejani
/
NewApp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tejani
commited on
8 days ago
Commit
36d11d6
·
verified
·
1 Parent(s):
f6e457e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
-
from
backend
.
api
.
web
import
start_web_server
2
3
-
start_web_server
()
1
+
from
frontend
.
webui
.
hf_demo
import
start_demo_text_to_image
2
3
+
print
(
"Starting HF demo text to image"
)
4
+
start_demo_text_to_image(False)