methestrikerx100 commited on
Commit
b9352e2
·
verified ·
1 Parent(s): 17b171a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -182,14 +182,6 @@ with gr.Blocks(
182
  outputs=output_components
183
  )
184
 
185
- # Add a new row for the map
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.")