JustKiddo commited on
Commit
c15501e
·
verified ·
1 Parent(s): 4a6309c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -29,7 +29,10 @@ with gr.Blocks() as generated_output:
29
  with gr.Column():
30
  gr.Interface(sepia, gr.Image(), "image")
31
  with gr.Row():
32
- output_text = gr.Textbox(sepia(input_img), label="Processed RGB Values")
 
 
 
33
 
34
  #with gr.Blocks() as generated_output:
35
  # inp = gr.Interface(sepia, gr.Image(), "image")
 
29
  with gr.Column():
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
+ input = sepia_interface,
35
+ output = gr.Textbox(label="Processed RGB Values"))
36
 
37
  #with gr.Blocks() as generated_output:
38
  # inp = gr.Interface(sepia, gr.Image(), "image")