Spaces:
Runtime error
Runtime error
SaladSlayer00
commited on
Commit
•
276b619
1
Parent(s):
644173a
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ import traceback
|
|
6 |
import json
|
7 |
import os
|
8 |
|
9 |
-
dataset = load_dataset("SaladSlayer00/
|
10 |
|
11 |
-
image_classifier = pipeline("image-classification", model="SaladSlayer00/
|
12 |
|
13 |
def format_info(info_json):
|
14 |
try:
|
|
|
6 |
import json
|
7 |
import os
|
8 |
|
9 |
+
dataset = load_dataset("SaladSlayer00/twin_matcher_data")
|
10 |
|
11 |
+
image_classifier = pipeline("image-classification", model="SaladSlayer00/twin_matcher_beta")
|
12 |
|
13 |
def format_info(info_json):
|
14 |
try:
|