Pijush2023 commited on
Commit
eb8998b
·
verified ·
1 Parent(s): 0c06c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -577,7 +577,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
577
  image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=300, height=300)
578
  image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=300, height=300)
579
 
580
- def setup_ui():
581
  state = gr.State()
582
  with gr.Row():
583
  with gr.Column(scale=1):
@@ -614,7 +614,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
614
  gr.Markdown("<h1>Omaha Today Headlines</h1>", elem_id="news-markdown")
615
  news_output = gr.HTML(value=fetch_local_news())
616
 
617
- setup_ui()
618
 
619
  demo.queue()
620
  demo.launch(share=True)
 
577
  image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=300, height=300)
578
  image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=300, height=300)
579
 
580
+ # def setup_ui():
581
  state = gr.State()
582
  with gr.Row():
583
  with gr.Column(scale=1):
 
614
  gr.Markdown("<h1>Omaha Today Headlines</h1>", elem_id="news-markdown")
615
  news_output = gr.HTML(value=fetch_local_news())
616
 
617
+ # setup_ui()
618
 
619
  demo.queue()
620
  demo.launch(share=True)