MrAli813 commited on
Commit
fe43d3a
·
1 Parent(s): 4b05a07

Update app.py

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