Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks(title="TripoSR", css=css) as interface:
|
|
154 |
)
|
155 |
|
156 |
with gr.Row():
|
157 |
-
textbox = gr.Textbox(label="Input Prompt", value="a
|
158 |
seed = gr.Textbox(label="Random Seed", value=42)
|
159 |
|
160 |
|
|
|
154 |
)
|
155 |
|
156 |
with gr.Row():
|
157 |
+
textbox = gr.Textbox(label="Input Prompt", value="a husky dog")
|
158 |
seed = gr.Textbox(label="Random Seed", value=42)
|
159 |
|
160 |
|