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...
main
NewApp
/
app.py
tejani
Update app.py
36d11d6
verified
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
from
frontend.webui.hf_demo
import
start_demo_text_to_image
print
(
"Starting HF demo text to image"
)
start_demo_text_to_image(
False
)