Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ API = HfApi(token=TOKEN)
|
|
14 |
|
15 |
|
16 |
## All the model information that we might need
|
17 |
-
@dataclass
|
18 |
class ModelDetails:
|
19 |
name: str
|
20 |
display_name: str = ""
|
|
|
14 |
|
15 |
|
16 |
## All the model information that we might need
|
|
|
17 |
class ModelDetails:
|
18 |
name: str
|
19 |
display_name: str = ""
|