Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
script_input = gr.Textbox(
|
65 |
label="Paste Your Script Here",
|
66 |
lines=10,
|
67 |
-
placeholder="[Scene: A
|
68 |
)
|
69 |
character_name_input = gr.Textbox(
|
70 |
label="Your Character's Name",
|
|
|
64 |
script_input = gr.Textbox(
|
65 |
label="Paste Your Script Here",
|
66 |
lines=10,
|
67 |
+
placeholder="[Scene: A vibrant California beach...]\nSUSAN: (Whispering) 'I can't believe this...'"
|
68 |
)
|
69 |
character_name_input = gr.Textbox(
|
70 |
label="Your Character's Name",
|