Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PeachTechAI
/
COLLEAGUE-SCRIBE
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
MrAli813
commited on
Feb 25, 2024
Commit
9923771
·
verified
·
1 Parent(s):
4b3919c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -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()