JustKiddo commited on
Commit
3cd2801
·
verified ·
1 Parent(s): 31ac16a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as generated_output:
30
  with gr.Column():
31
  gr.Interface(fn=sepia,
32
  inputs=gr.Image(),
33
- outputs=["image", "text"])
34
  #with gr.Row():
35
  #gr.Textbox(label="text")
36
  #gr.Interface(sepia,
 
30
  with gr.Column():
31
  gr.Interface(fn=sepia,
32
  inputs=gr.Image(),
33
+ outputs="image")
34
  #with gr.Row():
35
  #gr.Textbox(label="text")
36
  #gr.Interface(sepia,