JustKiddo commited on
Commit
7835737
·
verified ·
1 Parent(s): 9f4415f

Update app.py

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