Lukas Helff
commited on
Commit
·
79ab7b5
1
Parent(s):
58596cd
fix app
Browse files
app.py
CHANGED
|
@@ -269,5 +269,5 @@ Evaluations performed by the symbolic judge are fully verifiable and grounded in
|
|
| 269 |
return demo
|
| 270 |
|
| 271 |
# Use a local path instead of a module name
|
| 272 |
-
module = evaluate.load("
|
| 273 |
create_interface(module).launch()
|
|
|
|
| 269 |
return demo
|
| 270 |
|
| 271 |
# Use a local path instead of a module name
|
| 272 |
+
module = evaluate.load("AIML-TUDA/VerifiableRewardsForScalableLogicalReasoning")
|
| 273 |
create_interface(module).launch()
|