Spaces:
Paused
Paused
Update ingest.py
Browse files
ingest.py
CHANGED
@@ -154,7 +154,9 @@ def main(device_type):
|
|
154 |
|
155 |
)
|
156 |
|
157 |
-
run_localGPT_API.
|
|
|
|
|
158 |
|
159 |
if __name__ == "__main__":
|
160 |
logging.basicConfig(
|
|
|
154 |
|
155 |
)
|
156 |
|
157 |
+
with open("run_localGPT_API.py", "r") as file:
|
158 |
+
code = file.read()
|
159 |
+
exec(code)
|
160 |
|
161 |
if __name__ == "__main__":
|
162 |
logging.basicConfig(
|