Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
34 |
-
inputs =
|
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:
|