Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import concurrent.futures
|
3 |
|
4 |
# Load the model into RAM
|
5 |
-
model = gr.load("models/
|
6 |
|
7 |
def interact(input):
|
8 |
# Define the function for user interaction
|
|
|
2 |
import concurrent.futures
|
3 |
|
4 |
# Load the model into RAM
|
5 |
+
model = gr.load("models/black-forest-labs/FLUX.1-schnell")
|
6 |
|
7 |
def interact(input):
|
8 |
# Define the function for user interaction
|