Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.load("models/black-forest-labs/FLUX.1-schnell").launch()
|
4 |
|
5 |
# import gradio as gr
|
6 |
# import numpy as np
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/black-forest-labs/FLUX.1-schnell").launch(share=True)
|
4 |
|
5 |
# import gradio as gr
|
6 |
# import numpy as np
|