Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -353,11 +353,11 @@ with gr.Blocks() as demo:
|
|
353 |
0.9]</i></b> and <b><i>y</i></b> in range <b><i>[0.25, 0.7]</i></b>, since the training dataset labels are in
|
354 |
given ranges.)</p>""")
|
355 |
gr.Markdown(
|
356 |
-
"""<p>( <b>Point-E
|
357 |
-
hardware limitation. For mesh results, check out our code
|
358 |
gr.Markdown(
|
359 |
-
"""<p>( <b>Stable Diffusion Note</b>: Stable Diffusion has filter enabled, so it sometimes generates all black
|
360 |
-
results for possibly
|
361 |
with gr.Row():
|
362 |
with gr.Column():
|
363 |
gr.Markdown(
|
@@ -390,7 +390,7 @@ with gr.Blocks() as demo:
|
|
390 |
with gr.Row():
|
391 |
asset_model = gr.Radio(['Point-E'], type="value", label='Text to 3D model', value='Point-E')
|
392 |
# asset_output = gr.Image(label='GIF')
|
393 |
-
asset_output = gr.Plot(label='Plot')
|
394 |
asset_button = gr.Button("Generate")
|
395 |
asset_examples = gr.Examples(examples=pointe_examples, inputs=[asset_input, asset_weights, asset_model])
|
396 |
|
|
|
353 |
0.9]</i></b> and <b><i>y</i></b> in range <b><i>[0.25, 0.7]</i></b>, since the training dataset labels are in
|
354 |
given ranges.)</p>""")
|
355 |
gr.Markdown(
|
356 |
+
"""<p>( <b>Point-E Note</b>: This demo only shows the point cloud results instead of meshes due to
|
357 |
+
hardware limitation. For mesh results, check out our code to render them on your local machine!)</p>""")
|
358 |
gr.Markdown(
|
359 |
+
"""<p>( <b>Stable Diffusion Note</b>: Stable Diffusion has a filter enabled, so it sometimes generates all black
|
360 |
+
results for possibly inappropriate images.)</p>""")
|
361 |
with gr.Row():
|
362 |
with gr.Column():
|
363 |
gr.Markdown(
|
|
|
390 |
with gr.Row():
|
391 |
asset_model = gr.Radio(['Point-E'], type="value", label='Text to 3D model', value='Point-E')
|
392 |
# asset_output = gr.Image(label='GIF')
|
393 |
+
asset_output = gr.Plot(label='Plot')Screenshot from 2023-01-18 10-32-20
|
394 |
asset_button = gr.Button("Generate")
|
395 |
asset_examples = gr.Examples(examples=pointe_examples, inputs=[asset_input, asset_weights, asset_model])
|
396 |
|