LukasHug commited on
Commit
2054db1
·
verified ·
1 Parent(s): 7ee33dc

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,5 +164,5 @@ def create_interface(module):
164
  return demo
165
 
166
 
167
- module = evaluate.load("AIML-TUDA/IsomorphicPerturbationTesting")
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()