Nymbo commited on
Commit
f2d16a8
1 Parent(s): 6d0b4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ additional_inputs=[
81
  )
82
  ]
83
 
84
- theme = gr.Theme(primary_hue="pink", secondary_hue="pink")
85
 
86
  gr.ChatInterface(
87
  fn=generate,
 
81
  )
82
  ]
83
 
84
+ theme = gr.themes.Default(primary_hue="pink", secondary_hue="pink")
85
 
86
  gr.ChatInterface(
87
  fn=generate,