MrAli813 commited on
Commit
6a6dcd6
·
1 Parent(s): b769f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,5 +49,5 @@ A3 = gr.load(
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50
 
51
  with gr.Blocks(css=".gradio-container {background-color: #BCD3E7}") as pcp:
52
- pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Vision", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime")
53
  pcp.queue().launch()
 
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50
 
51
  with gr.Blocks(css=".gradio-container {background-color: #BCD3E7}") as pcp:
52
+ pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Vision", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()