Spaces:
Running
Running
Update shared_vis_python_exe.py
Browse files- shared_vis_python_exe.py +1 -1
shared_vis_python_exe.py
CHANGED
|
@@ -5,7 +5,7 @@ from contextlib import redirect_stdout
|
|
| 5 |
from timeout_decorator import timeout
|
| 6 |
import base64
|
| 7 |
from PIL import Image
|
| 8 |
-
from vis_python_exe import PythonExecutor
|
| 9 |
|
| 10 |
class SharedRuntimeExecutor(PythonExecutor):
|
| 11 |
"""
|
|
|
|
| 5 |
from timeout_decorator import timeout
|
| 6 |
import base64
|
| 7 |
from PIL import Image
|
| 8 |
+
from vis_python_exe import PythonExecutor, GenericRuntime
|
| 9 |
|
| 10 |
class SharedRuntimeExecutor(PythonExecutor):
|
| 11 |
"""
|