Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
randomtable
/
Simple-SDXL-Image-Generator
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
randomtable
commited on
Sep 28, 2024
Commit
28fe427
·
verified
·
1 Parent(s):
1b29086
Create app2.py
Browse files
Files changed (1)
hide
show
app2.py
+3
-0
app2.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/black-forest-labs/FLUX.1-schnell").launch()