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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -28,9 +28,10 @@ sepia_interface = gr.Interface(sepia, gr.Image(), "image")
28
 
29
  with gr.Blocks() as generated_output:
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,
 
28
 
29
  with gr.Blocks() as generated_output:
30
  with gr.Column():
31
+ gr.Interface(fn=sepia,
32
  inputs=gr.Image(),
33
+ outputs=["image", gr.Textbox(label="Values")],
34
+ show_progress="minimal")
35
  #with gr.Row():
36
  #gr.Textbox(label="text")
37
  #gr.Interface(sepia,