JustKiddo commited on
Commit
426d380
·
verified ·
1 Parent(s): 70d2951

Update app.py

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