Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def generate_3d_model(prompt, output_path="assistant_3d.obj"):
|
|
65 |
|
66 |
if __name__ == "__main__":
|
67 |
# Using a very specific prompt for better results
|
68 |
-
prompt = "a simple 3D ring
|
69 |
try:
|
70 |
generate_3d_model(prompt, "assistant_3d.obj")
|
71 |
except Exception as e:
|
|
|
65 |
|
66 |
if __name__ == "__main__":
|
67 |
# Using a very specific prompt for better results
|
68 |
+
prompt = "a simple 3D ring with a perfect clean geometry centered by 3 lines of conscise elegance the shape is illuminus and futureistuc"
|
69 |
try:
|
70 |
generate_3d_model(prompt, "assistant_3d.obj")
|
71 |
except Exception as e:
|