JustKiddo commited on
Commit
07aac06
·
verified ·
1 Parent(s): 45a328b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ with gr.Blocks() as generated_output:
30
  gr.Interface(sepia, gr.Image(), "image")
31
  with gr.Row():
32
  #output_text = gr.Textbox(sepia(input_img), label="Processed RGB Values")
33
- gr.Interface(None,
34
- inputs = sepia_interface,
35
  outputs = gr.Textbox(label="Processed RGB Values"))
36
 
37
  #with gr.Blocks() as generated_output:
 
30
  gr.Interface(sepia, gr.Image(), "image")
31
  with gr.Row():
32
  #output_text = gr.Textbox(sepia(input_img), label="Processed RGB Values")
33
+ gr.Interface(sepia,
34
+ inputs = gr.Image("image"),
35
  outputs = gr.Textbox(label="Processed RGB Values"))
36
 
37
  #with gr.Blocks() as generated_output: