Create app.py
Browse files
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()
|