Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -520,7 +520,7 @@ def generate_image(prompt):
|
|
520 |
# Hardcoded prompt for image generation
|
521 |
hardcoded_prompt = "Useing The top events like 'Summer Art Festival' and current time - 4:07 PM ,Date - 06/17/2024 ,Weather-Sunny Bright Day.Create Highly Visually Compelling High Resolution and High Quality Photographics Advatizement for 'Toyota'"
|
522 |
|
523 |
-
|
524 |
with gr.Row():
|
525 |
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
526 |
with gr.Column():
|
|
|
520 |
# Hardcoded prompt for image generation
|
521 |
hardcoded_prompt = "Useing The top events like 'Summer Art Festival' and current time - 4:07 PM ,Date - 06/17/2024 ,Weather-Sunny Bright Day.Create Highly Visually Compelling High Resolution and High Quality Photographics Advatizement for 'Toyota'"
|
522 |
|
523 |
+
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
524 |
with gr.Row():
|
525 |
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
526 |
with gr.Column():
|