Spaces:
Runtime error
Runtime error
Commit
·
95d6027
1
Parent(s):
efcece2
Update
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
root_dir = os.path.dirname(os.path.abspath(__file__))
|
4 |
-
sys.path.
|
5 |
print(sys.path)
|
6 |
import gradio as gr
|
7 |
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
root_dir = os.path.dirname(os.path.abspath(__file__))
|
4 |
+
sys.path.insert(1, os.path.join(root_dir, 'scenediffuser'))
|
5 |
print(sys.path)
|
6 |
import gradio as gr
|
7 |
|