Spaces:
Sleeping
Sleeping
update default model name
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ def update_display(image):
|
|
247 |
original_image = image
|
248 |
processed_image = preprocess_image(image)
|
249 |
instruction = "Image ready. Please switch to the 'Specimen Workbench' tab to check out further analysis and outputs."
|
250 |
-
model_name = "Fossils
|
251 |
|
252 |
# gr.Dropdown(
|
253 |
# ["Mummified 170", "Rock 170","Fossils 142","Fossils new"],
|
|
|
247 |
original_image = image
|
248 |
processed_image = preprocess_image(image)
|
249 |
instruction = "Image ready. Please switch to the 'Specimen Workbench' tab to check out further analysis and outputs."
|
250 |
+
model_name = "Fossils"
|
251 |
|
252 |
# gr.Dropdown(
|
253 |
# ["Mummified 170", "Rock 170","Fossils 142","Fossils new"],
|