Update app.py
Browse files
app.py
CHANGED
|
@@ -64,11 +64,11 @@ with gr.Blocks() as demo:
|
|
| 64 |
script_input = gr.Textbox(
|
| 65 |
label="Paste Your Script Here",
|
| 66 |
lines=10,
|
| 67 |
-
placeholder="[Scene: A dimly lit stage...]\
|
| 68 |
)
|
| 69 |
character_name_input = gr.Textbox(
|
| 70 |
label="Your Character's Name",
|
| 71 |
-
placeholder="
|
| 72 |
)
|
| 73 |
# Photo customization placeholder (as discussed, for UI or future multimodal)
|
| 74 |
photo_upload = gr.Image(
|
|
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
|
|
| 82 |
with gr.Column():
|
| 83 |
query_input = gr.Textbox(
|
| 84 |
label="Ask for Acting Advice",
|
| 85 |
-
placeholder="e.g., How should
|
| 86 |
lines=3
|
| 87 |
)
|
| 88 |
submit_btn = gr.Button("Get Advice")
|
|
|
|
| 64 |
script_input = gr.Textbox(
|
| 65 |
label="Paste Your Script Here",
|
| 66 |
lines=10,
|
| 67 |
+
placeholder="[Scene: A dimly lit stage...]\nSUSAN: (Whispering) 'I can't believe this...'"
|
| 68 |
)
|
| 69 |
character_name_input = gr.Textbox(
|
| 70 |
label="Your Character's Name",
|
| 71 |
+
placeholder="Susan Summers"
|
| 72 |
)
|
| 73 |
# Photo customization placeholder (as discussed, for UI or future multimodal)
|
| 74 |
photo_upload = gr.Image(
|
|
|
|
| 82 |
with gr.Column():
|
| 83 |
query_input = gr.Textbox(
|
| 84 |
label="Ask for Acting Advice",
|
| 85 |
+
placeholder="e.g., How should Susan deliver her line 'I can't believe this...' to convey despair?",
|
| 86 |
lines=3
|
| 87 |
)
|
| 88 |
submit_btn = gr.Button("Get Advice")
|