MrAli813 commited on
Commit
9923771
·
verified ·
1 Parent(s): 4b3919c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.load("models/google/gemma-7b").launch()
 
 
1
  import gradio as gr
2
 
3
+ gr.load("models/google/gemma-7b",
4
+ theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()