MrAli813 commited on
Commit
7b72dca
1 Parent(s): d97c8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,6 +48,6 @@ A3 = gr.load(
48
  description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51
- with gr.Blocks(css=".gradio-container {background-color: #B8D4FF}") as pcp:
52
- pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()
 
48
  description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
51
+
52
+ pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()