Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
3115532
1
Parent(s):
0dfbf81
debug
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import shap
|
|
4 |
import os
|
5 |
import re
|
6 |
import subprocess
|
|
|
7 |
import tempfile
|
8 |
|
9 |
model = gr.load("ejschwartz/oo-method-test-model-bylibrary", src="models")
|
|
|
4 |
import os
|
5 |
import re
|
6 |
import subprocess
|
7 |
+
import sys
|
8 |
import tempfile
|
9 |
|
10 |
model = gr.load("ejschwartz/oo-method-test-model-bylibrary", src="models")
|