MrAli813 commited on
Commit
42964a2
·
1 Parent(s): 562a99d

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
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot 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"), font=[gr.themes.GoogleFont("Lato")]))
53
  pcp.queue().launch()
 
49
  allow_flagging="never",
50
  examples=["A monster wandering the streets of downtown Atlanta","A robot 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()