Spaces:
Runtime error
Runtime error
Pierre Tassel
commited on
Commit
·
e5ff636
1
Parent(s):
01b7d77
add infos
Browse files
app.py
CHANGED
@@ -161,7 +161,8 @@ description = "A Job-Shop Scheduling Reinforcement Learning based solver, using
|
|
161 |
"the results you obtain here don't represent the full potential of the approach. <br>" \
|
162 |
"For large instance, we recommend to run this locally outside the interface as it causes a lot of " \
|
163 |
"overhead. <br>" \
|
164 |
-
"For fast inference, check out the cached examples below."
|
|
|
165 |
|
166 |
article = "<p style='text-align: center'>Article Under Review</p>"
|
167 |
# list all non-hidden files in the 'instances' directory
|
|
|
161 |
"the results you obtain here don't represent the full potential of the approach. <br>" \
|
162 |
"For large instance, we recommend to run this locally outside the interface as it causes a lot of " \
|
163 |
"overhead. <br>" \
|
164 |
+
"For fast inference, check out the cached examples below. <br>" \
|
165 |
+
"Any Job-Shop Scheduling instance following the standard specification is compatible, <a href='http://jobshop.jjvh.nl/index.php'>checkout this website for more instances</a>." \
|
166 |
|
167 |
article = "<p style='text-align: center'>Article Under Review</p>"
|
168 |
# list all non-hidden files in the 'instances' directory
|