andy-wyx commited on
Commit
48707f1
·
1 Parent(s): 0aa9379

update default model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 new"
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"],