Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -323,6 +323,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
323 |
outputs=image_output
|
324 |
)
|
325 |
with gr.Tab("Image"):
|
326 |
-
gr.load("models/
|
|
|
327 |
|
328 |
app.launch(share=True)
|
|
|
323 |
outputs=image_output
|
324 |
)
|
325 |
with gr.Tab("Image"):
|
326 |
+
gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
327 |
+
#gr.load("models/XLabs-AI/flux-RealismLora")
|
328 |
|
329 |
app.launch(share=True)
|