fastsdcpu / app.py
elielsilva's picture
Update app.py
c18a814 verified
Raw
History Blame Contribute Delete
134 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)