Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -182,14 +182,6 @@ with gr.Blocks(
|
|
182 |
outputs=output_components
|
183 |
)
|
184 |
|
185 |
-
|
186 |
-
with gr.Row():
|
187 |
-
mineral_map = gr.HTML(label="Mineral Locations Map", elem_id="mineral_map")
|
188 |
-
|
189 |
-
image_button.click(
|
190 |
-
classify_image,
|
191 |
-
inputs=image_input,
|
192 |
-
outputs=output_components + [mineral_map]
|
193 |
-
)
|
194 |
|
195 |
demo.launch(auth_message="Welcome to the Mineral Identification App.")
|
|
|
182 |
outputs=output_components
|
183 |
)
|
184 |
|
185 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
demo.launch(auth_message="Welcome to the Mineral Identification App.")
|