Update app.py
Browse files
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',
|