Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import spaces
|
|
7 |
import psutil
|
8 |
|
9 |
# Define the model repository
|
10 |
-
|
11 |
-
REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
|
12 |
|
13 |
# How to cache?
|
14 |
@spaces.GPU()
|
|
|
7 |
import psutil
|
8 |
|
9 |
# Define the model repository
|
10 |
+
REPO_NAME = 'schuler/experimental-JP47D20'
|
11 |
+
# REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
|
12 |
|
13 |
# How to cache?
|
14 |
@spaces.GPU()
|