fffiloni commited on
Commit
c9f12d5
1 Parent(s): ceeee71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as demo:
106
  """)
107
 
108
  with gr.Column():
109
- image_in = gr.Image(sources=["upload"], type="filepath", label="Image input")
110
  submit_btn = gr.Button("Submit")
111
  with gr.Row():
112
  magnet_o = gr.Video(label="MAGNet output")
 
106
  """)
107
 
108
  with gr.Column():
109
+ image_in = gr.Image(sources=["upload"], type="filepath", label="Image input", value="oiseau.png")
110
  submit_btn = gr.Button("Submit")
111
  with gr.Row():
112
  magnet_o = gr.Video(label="MAGNet output")