Spaces:
Runtime error
Runtime error
Shivam29rathore
commited on
Commit
·
972f806
1
Parent(s):
5298891
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import io
|
|
10 |
#contents = CPU_Unpickler(f).load()
|
11 |
|
12 |
|
13 |
-
model_path = "
|
14 |
|
15 |
#load model from drive
|
16 |
with open(model_path, "rb") as f:
|
|
|
10 |
#contents = CPU_Unpickler(f).load()
|
11 |
|
12 |
|
13 |
+
model_path = "t5_10k_small_cpu.sav"
|
14 |
|
15 |
#load model from drive
|
16 |
with open(model_path, "rb") as f:
|