Spaces:
Sleeping
Sleeping
Commit
·
551d384
1
Parent(s):
ab1e871
category change
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def run_gradio():
|
|
57 |
theme="huggingface",
|
58 |
).launch(debug=True, enable_queue=True)
|
59 |
|
60 |
-
model = AQC_NET(pretrain=True, num_label=
|
61 |
if not os.path.exists('weight.pth'):
|
62 |
print("weight.pth does not exist. Downloading...")
|
63 |
get_file("https://github.com/Kaldr4/EEE-199/releases/download/v1/weight.pth", 'weight.pth',"weight.pth")
|
|
|
57 |
theme="huggingface",
|
58 |
).launch(debug=True, enable_queue=True)
|
59 |
|
60 |
+
model = AQC_NET(pretrain=True, num_label=3)
|
61 |
if not os.path.exists('weight.pth'):
|
62 |
print("weight.pth does not exist. Downloading...")
|
63 |
get_file("https://github.com/Kaldr4/EEE-199/releases/download/v1/weight.pth", 'weight.pth',"weight.pth")
|