Spaces:
Runtime error
Runtime error
wangrongsheng
commited on
Commit
•
2ff72d7
1
Parent(s):
749e99b
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ except Exception:
|
|
25 |
# Windows
|
26 |
logger.warning("Windows, cant run time.tzset()")
|
27 |
|
28 |
-
|
29 |
-
model_name = "OpenMEDLab/PULSE-7bv5"
|
30 |
|
31 |
RETRY_FLAG = False
|
32 |
|
|
|
25 |
# Windows
|
26 |
logger.warning("Windows, cant run time.tzset()")
|
27 |
|
28 |
+
model_name = "wangrongsheng/IvyGPT-35"
|
29 |
+
#model_name = "OpenMEDLab/PULSE-7bv5"
|
30 |
|
31 |
RETRY_FLAG = False
|
32 |
|