Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as iface:
|
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
-
image_input = gr.Image(type="pil", label="Upload
|
96 |
file_input = gr.File(label="Upload Text File (for NN model)")
|
97 |
|
98 |
with gr.Row():
|
|
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
+
image_input = gr.Image(type="pil", label="Upload Image")
|
96 |
file_input = gr.File(label="Upload Text File (for NN model)")
|
97 |
|
98 |
with gr.Row():
|