hansyan commited on
Commit
b896d7b
β€’
1 Parent(s): 18538c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 colorful bird")
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