fastsdcpu / app.py
tejani's picture
Update app.py
0199625 verified
Raw
History Blame Contribute Delete
113 Bytes
from src.backend.api.web import start_web_server
print("Starting HF demo text to image")
start_web_server(8000)