Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lastmileai/sdxl_playground
Nymbo
/
sdxl_playground
like
3
Running
App
Files
Files
Community
1
ea0ecd2
sdxl_playground
/
app.py
Rossdan
Update app.py
9c63a64
verified
11 months ago
raw
Copy download link
history
blame
Safe
206 Bytes
import
gradio
as
gr
from
gradio_notebook
import
GradioNotebook
AICONFIG_FILE_PATH =
"./app.aiconfig.json"
with
gr.Blocks()
as
demo:
GradioNotebook(config_path=AICONFIG_FILE_PATH)
demo.queue().launch()