SpyC0der77 commited on
Commit
5a8efe2
·
verified ·
1 Parent(s): 623fea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -305,16 +305,14 @@ def create_interface():
305
  """,
306
  article="""
307
  How to use:
308
- 1. Click "Upload Artifact Image" to select an image
309
  2. Click "Submit" to run classification
310
- 3. View results with confidence scores
311
 
312
  Model trained on: British Museum artifact dataset
313
  Accuracy: ~71% for objects, ~62% for materials
314
  """,
315
- examples=[
316
- ["example_artifact.jpg"] # Add example images if available
317
- ]
318
  )
319
 
320
  # Launch
 
305
  """,
306
  article="""
307
  How to use:
308
+ 1. Upload an artifact image using the file picker
309
  2. Click "Submit" to run classification
310
+ 3. View results with confidence scores and predictions
311
 
312
  Model trained on: British Museum artifact dataset
313
  Accuracy: ~71% for objects, ~62% for materials
314
  """,
315
+ examples=[]
 
 
316
  )
317
 
318
  # Launch