Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
|
|
88 |
gr.Textbox(elem_id="predicted_class_name"),
|
89 |
gr.Textbox(elem_id="predicted_scores", lines=5)
|
90 |
]
|
91 |
-
image_button = gr.Button("Classify
|
92 |
image_button.click(classify_image, inputs=image_input, outputs=output_components)
|
93 |
|
94 |
demo.launch(share=True, auth_message="Welcome To Mineral Identification App, Please login to use the app.")
|
|
|
88 |
gr.Textbox(elem_id="predicted_class_name"),
|
89 |
gr.Textbox(elem_id="predicted_scores", lines=5)
|
90 |
]
|
91 |
+
image_button = gr.Button("Classify Mineral")
|
92 |
image_button.click(classify_image, inputs=image_input, outputs=output_components)
|
93 |
|
94 |
demo.launch(share=True, auth_message="Welcome To Mineral Identification App, Please login to use the app.")
|