Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import sys
|
4 |
|
5 |
-
model = ["
|
6 |
|
7 |
proc1 = gr.Interface.load(f"models/{model[0]}", live=True, postprocess=True, preprocess=True)
|
8 |
proc2 = gr.Interface.load("spaces/king007/prompt-extend")
|
|
|
2 |
import os
|
3 |
import sys
|
4 |
|
5 |
+
model = ["XLabs-AI/flux-RealismLora"]
|
6 |
|
7 |
proc1 = gr.Interface.load(f"models/{model[0]}", live=True, postprocess=True, preprocess=True)
|
8 |
proc2 = gr.Interface.load("spaces/king007/prompt-extend")
|