SakshiRathi77 commited on
Commit
d775356
1 Parent(s): 219735d

changing theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
11
  MODEL_NAME = "SakshiRathi77/Fine-tune-Whisper-Kagglex"
12
  lang = "hi"
13
 
14
- my_theme = gr.Theme.from_hub("gradio/seafoam")
15
 
16
  device = 0 if torch.cuda.is_available() else "cpu"
17
  pipe = pipeline(
 
11
  MODEL_NAME = "SakshiRathi77/Fine-tune-Whisper-Kagglex"
12
  lang = "hi"
13
 
14
+ my_theme = gr.Theme.from_hub("HaleyCH/HaleyCH_Theme")
15
 
16
  device = 0 if torch.cuda.is_available() else "cpu"
17
  pipe = pipeline(