Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ with gr.Blocks() as demo:
|
|
362 |
generation</h4>""")
|
363 |
with gr.Row():
|
364 |
text_input = gr.Textbox(value="mystical trees | A dark magical pond | dark", label="Text to image prompt")
|
365 |
-
weights_input = gr.Textbox(value="7.5 | 7.5 | 7.5", label="Weights (Absolute values of
|
366 |
with gr.Row():
|
367 |
seed_input = gr.Number(0, label="Seed")
|
368 |
steps_input = gr.Slider(10, 200, value=50, label="Steps")
|
@@ -383,7 +383,7 @@ with gr.Blocks() as demo:
|
|
383 |
with gr.Row():
|
384 |
asset_input = gr.Textbox(value="a cake | a house", label="Text to 3D prompt")
|
385 |
with gr.Row():
|
386 |
-
asset_weights = gr.Textbox(value="7.5 | 7.5", label="Weights (Absolute values of
|
387 |
with gr.Row():
|
388 |
asset_model = gr.Radio(['Point-E'], type="value", label='Text to 3D model', value='Point-E')
|
389 |
# asset_output = gr.Image(label='GIF')
|
|
|
362 |
generation</h4>""")
|
363 |
with gr.Row():
|
364 |
text_input = gr.Textbox(value="mystical trees | A dark magical pond | dark", label="Text to image prompt")
|
365 |
+
weights_input = gr.Textbox(value="7.5 | 7.5 | 7.5", label="Weights (Absolute values of weights should be > 1, negative weights indicate negation)")
|
366 |
with gr.Row():
|
367 |
seed_input = gr.Number(0, label="Seed")
|
368 |
steps_input = gr.Slider(10, 200, value=50, label="Steps")
|
|
|
383 |
with gr.Row():
|
384 |
asset_input = gr.Textbox(value="a cake | a house", label="Text to 3D prompt")
|
385 |
with gr.Row():
|
386 |
+
asset_weights = gr.Textbox(value="7.5 | 7.5", label="Weights (Absolute values of weights should be > 1, negative weights indicate negation)")
|
387 |
with gr.Row():
|
388 |
asset_model = gr.Radio(['Point-E'], type="value", label='Text to 3D model', value='Point-E')
|
389 |
# asset_output = gr.Image(label='GIF')
|