Spaces:
Sleeping
Sleeping
Mattia2700
commited on
Commit
•
b2aadb3
1
Parent(s):
3351080
fix: correct file
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
|
7 |
def load_mesh(mesh_file_name):
|
8 |
try:
|
9 |
-
os.system("cd text2room && python3
|
10 |
except Exception as e:
|
11 |
print(e)
|
12 |
search_files(".ply")
|
|
|
6 |
|
7 |
def load_mesh(mesh_file_name):
|
8 |
try:
|
9 |
+
os.system("cd text2room && python3 generate_scene.py")
|
10 |
except Exception as e:
|
11 |
print(e)
|
12 |
search_files(".ply")
|