MrAli813 commited on
Commit
9be6949
·
1 Parent(s): 409c699

Update app.py

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