JustKiddo commited on
Commit
8c0e20d
·
verified ·
1 Parent(s): 3819587

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(sepia, gr.Image(), "image")
32
  with gr.Row():
33
- gr.Textbox(value=gr.Image(label="image"))
34
  #gr.Interface(sepia,
35
  # inputs = gr.Image(label="image"),
36
  # outputs = gr.Textbox())
 
30
  with gr.Column():
31
  gr.Interface(sepia, gr.Image(), "image")
32
  with gr.Row():
33
+ gr.Textbox(value=sepia)
34
  #gr.Interface(sepia,
35
  # inputs = gr.Image(label="image"),
36
  # outputs = gr.Textbox())