Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
β’
5275a8d
1
Parent(s):
57ace24
update
Browse files
pages/summarization_playground.py
CHANGED
@@ -10,7 +10,7 @@ import torch
|
|
10 |
|
11 |
load_dotenv()
|
12 |
|
13 |
-
__model_on_gpu__ =
|
14 |
model = {model_name: None for model_name in Model.__model_list__}
|
15 |
|
16 |
random_label = 'π Random dialogue from dataset'
|
|
|
10 |
|
11 |
load_dotenv()
|
12 |
|
13 |
+
__model_on_gpu__ = ''
|
14 |
model = {model_name: None for model_name in Model.__model_list__}
|
15 |
|
16 |
random_label = 'π Random dialogue from dataset'
|