Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -232,10 +232,9 @@ body, .gradio-container {
|
|
232 |
|
233 |
# System message
|
234 |
system_message = """
|
235 |
-
You are a helpful
|
236 |
"""
|
237 |
|
238 |
-
|
239 |
# Gradio chat interface
|
240 |
demo = gr.ChatInterface(
|
241 |
respond,
|
|
|
232 |
|
233 |
# System message
|
234 |
system_message = """
|
235 |
+
You are a helpful assistant. Given a script, divide it into segments suitable for generating images, ensuring each segment is less than 500 characters
|
236 |
"""
|
237 |
|
|
|
238 |
# Gradio chat interface
|
239 |
demo = gr.ChatInterface(
|
240 |
respond,
|