DigiP-AI commited on
Commit
611c3a0
·
verified ·
1 Parent(s): eab8687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(format="png")
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():