MisterAI commited on
Commit
8eb6a5e
·
verified ·
1 Parent(s): ea92c65

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #Original File Found At https://huggingface.co/spaces/parthgajera320/FLUX/blob/main/app.py
2
+ #import gradio as gr
3
+ #gr.load("models/anthienlong/flux_image_enhancer").launch()
4
+
5
+
6
+ import gradio as gr
7
+ gr.load("models/black-forest-labs/FLUX.1-schnell/vae").launch()