fastsdcpuClone / app.py
tejani's picture
Update app.py
783dbfd verified
raw
history blame
104 Bytes
from backend.api.web import start_web_server
print("Starting HF demo text to image")
start_web_server()