tori29umai commited on
Commit
eca2911
Β·
verified Β·
1 Parent(s): 5fc911a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1243,14 +1243,12 @@ with block:
1243
  height=320
1244
  )
1245
 
1246
- # δΊŒθ¨€θͺžγƒ©γƒ™γƒ«γ‚’θΏ½εŠ  - γƒ—γƒ­γƒ³γƒ—γƒˆ
1247
  prompt = gr.Textbox(
1248
  label="γƒ—γƒ­γƒ³γƒ—γƒˆ / Prompt",
1249
- value='',
1250
  elem_id="prompt-input"
1251
  )
1252
 
1253
- # δΊŒθ¨€θͺžγƒ©γƒ™γƒ«γ‚’θΏ½εŠ  - γ‚―γ‚€γƒƒγ‚―γƒ—γƒ­γƒ³γƒ—γƒˆ
1254
  example_quick_prompts = gr.Dataset(
1255
  samples=quick_prompts,
1256
  label='γ‚―γ‚€γƒƒγ‚―γƒ—γƒ­γƒ³γƒ—γƒˆδΈ€θ¦§ / Quick Prompts',
 
1243
  height=320
1244
  )
1245
 
 
1246
  prompt = gr.Textbox(
1247
  label="γƒ—γƒ­γƒ³γƒ—γƒˆ / Prompt",
1248
+ value='The camera smoothly orbits around the center of the scene, keeping the center point fixed and always in view',
1249
  elem_id="prompt-input"
1250
  )
1251
 
 
1252
  example_quick_prompts = gr.Dataset(
1253
  samples=quick_prompts,
1254
  label='γ‚―γ‚€γƒƒγ‚―γƒ—γƒ­γƒ³γƒ—γƒˆδΈ€θ¦§ / Quick Prompts',