JustKiddo commited on
Commit
ffe17f4
·
verified ·
1 Parent(s): 9335de7

Update app.py

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