Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ 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 =
|
35 |
-
outputs = gr.Textbox(label="Processed RGB Values"))
|
36 |
|
37 |
#with gr.Blocks() as generated_output:
|
38 |
# inp = 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 = input_img,
|
35 |
+
outputs = gr.Textbox(sepia_img, label="Processed RGB Values"))
|
36 |
|
37 |
#with gr.Blocks() as generated_output:
|
38 |
# inp = gr.Interface(sepia, gr.Image(), "image")
|