Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,6 +176,7 @@ def create_scene():
|
|
| 176 |
create_meteor_with_particle_system()
|
| 177 |
create_particle_effects_animation()
|
| 178 |
##create_planet_flyby_animation(planet1, 4, 2)
|
|
|
|
| 179 |
create_scene()
|
| 180 |
|
| 181 |
def export_blend():
|
|
@@ -210,7 +211,7 @@ def render_scene(sny,progress=gr.Progress(track_tqdm=True)):
|
|
| 210 |
last_created_time = created_time
|
| 211 |
last_created_file = file_path
|
| 212 |
|
| 213 |
-
imoge = load_image(last_created_file).convert('RGB')
|
| 214 |
apol.append(imoge)
|
| 215 |
moog = gr.Model3D(value=sny)
|
| 216 |
return apol, sny, moog
|
|
|
|
| 176 |
create_meteor_with_particle_system()
|
| 177 |
create_particle_effects_animation()
|
| 178 |
##create_planet_flyby_animation(planet1, 4, 2)
|
| 179 |
+
visualize_planets()
|
| 180 |
create_scene()
|
| 181 |
|
| 182 |
def export_blend():
|
|
|
|
| 211 |
last_created_time = created_time
|
| 212 |
last_created_file = file_path
|
| 213 |
|
| 214 |
+
imoge = load_image(last_created_file).convert('RGB')
|
| 215 |
apol.append(imoge)
|
| 216 |
moog = gr.Model3D(value=sny)
|
| 217 |
return apol, sny, moog
|