Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -164,5 +164,5 @@ def create_interface(module):
|
|
| 164 |
return demo
|
| 165 |
|
| 166 |
|
| 167 |
-
module = evaluate.load("
|
| 168 |
create_interface(module).launch()
|
|
|
|
| 164 |
return demo
|
| 165 |
|
| 166 |
|
| 167 |
+
module = evaluate.load(os.path.join(os.path.dirname(os.path.abspath(__file__)), "IsomorphicPerturbationTesting.py"))
|
| 168 |
create_interface(module).launch()
|