JustKiddo commited on
Commit
91e7d1e
·
verified ·
1 Parent(s): 0cc3db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as generated_output:
32
  with gr.Row():
33
  #gr.Textbox(, label="Sepia values")
34
  generated_output = gr.Interface(sepia,
35
- inputs = gr.Image("image"),
36
  outputs = gr.Textbox())
37
 
38
  #with gr.Blocks() as generated_output:
 
32
  with gr.Row():
33
  #gr.Textbox(, label="Sepia values")
34
  generated_output = gr.Interface(sepia,
35
+ inputs = gr.Image(label="image"),
36
  outputs = gr.Textbox())
37
 
38
  #with gr.Blocks() as generated_output: