KingNish commited on
Commit
a438309
·
1 Parent(s): 304c678

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
42
  with gr.Column():
43
  input_image = gr.Image(label="Input Image", type="filepath")
44
  prompt = gr.Textbox(label="Prompt")
45
- submit_button = gr.Button(label="Submit")
46
  with gr.Column():
47
  edited_image = gr.Image(label="Edited Image")
48
  output_video = gr.Video(label="Output Video")
 
42
  with gr.Column():
43
  input_image = gr.Image(label="Input Image", type="filepath")
44
  prompt = gr.Textbox(label="Prompt")
45
+ submit_button = gr.Button("Submit")
46
  with gr.Column():
47
  edited_image = gr.Image(label="Edited Image")
48
  output_video = gr.Video(label="Output Video")