JustKiddo commited on
Commit
b1cf76c
·
verified ·
1 Parent(s): 16e3169

Update app.py

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