JustKiddo commited on
Commit
b3648b2
·
verified ·
1 Parent(s): 3bfbec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -28,9 +28,7 @@ def additional_input(text):
28
  with gr.Blocks() as generated_output:
29
  with gr.Row():
30
  with gr.Column():
31
- input_img = gr.Image(label="Input Image")
32
- clear_button = gr.Button("Clear")
33
- submit_button = gr.Button("Submit")
34
  with gr.Column():
35
  output_text = gr.Textbox(label="Output Text")
36
  additional_text = gr.Textbox(label="Additional Input")
 
28
  with gr.Blocks() as generated_output:
29
  with gr.Row():
30
  with gr.Column():
31
+ gr.Interface(sepia, gr.Image(), "image")
 
 
32
  with gr.Column():
33
  output_text = gr.Textbox(label="Output Text")
34
  additional_text = gr.Textbox(label="Additional Input")