Pijush2023 commited on
Commit
8dde2a4
·
verified ·
1 Parent(s): ab400b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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():
 
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():