DigiP-AI commited on
Commit
a6494f4
·
verified ·
1 Parent(s): 738b161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(theme=theme, css=css) as app:
301
 
302
  with gr.Tab("Flip Image"):
303
  with gr.Row():
304
- mage_input = gr.Image(type="numpy", label="Upload Image")
305
  image_output = gr.Image(format="png")
306
  with gr.Row():
307
  image_button = gr.Button("Run", variant='primary')
 
301
 
302
  with gr.Tab("Flip Image"):
303
  with gr.Row():
304
+ image_input = gr.Image(type="numpy", label="Upload Image")
305
  image_output = gr.Image(format="png")
306
  with gr.Row():
307
  image_button = gr.Button("Run", variant='primary')