Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
288 |
with gr.Tab("Text to Image"):
|
289 |
# gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
290 |
gr.load("models/XLabs-AI/flux-RealismLora")
|
291 |
-
image_input(
|
292 |
image_output = gr.Image(format="png")
|
293 |
with gr.Tab("Flip Image"):
|
294 |
with gr.Row():
|
|
|
288 |
with gr.Tab("Text to Image"):
|
289 |
# gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
290 |
gr.load("models/XLabs-AI/flux-RealismLora")
|
291 |
+
image_input = gr.Image(type="numpy", label="Upload Image")
|
292 |
image_output = gr.Image(format="png")
|
293 |
with gr.Tab("Flip Image"):
|
294 |
with gr.Row():
|