Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andresampa
/
CtB-AI-img-gen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
45e34f6
CtB-AI-img-gen
/
old
/
old v5
/
app.py
Andre
update 1.1
4f48282
about 2 months ago
raw
Copy download link
history
blame
190 Bytes
# app.py
#IMPORT gradio_interface
from
src.gradio_interface
import
demo
from
config.config
import
models, prompts, api_token
# Direct import
# Launch the Gradio app
demo.queue().launch()