Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
12beadb
1
Parent(s):
89859bb
Create interpreter __init__
Browse files- interpreter/__init__.py +2 -0
interpreter/__init__.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
from .interpreter import *
|
2 |
+
from .whisper_interpreter import *
|