SakshiRathi77 commited on
Commit
eee19f5
1 Parent(s): 9a37583

Added theme

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,7 +41,7 @@ def rt_transcribe(audio, state=""):
41
 
42
 
43
 
44
- demo = gr.Blocks()
45
  examples=[["examples/example1.mp3"], ["examples/example2.mp3"],["examples/example3.mp3"]]
46
 
47
  title ="""
@@ -67,7 +67,7 @@ mf_transcribe = gr.Interface(
67
  gr.inputs.Audio(source="upload", type="filepath"),
68
  ],
69
  outputs="text",
70
- theme='EveryPizza/Cartoony-Gradio-Theme',
71
  title=title,
72
  description= description ,
73
  allow_flagging="never",
@@ -82,7 +82,7 @@ rt_transcribe = gr.Interface(
82
  ],
83
  outputs=[ "textbox",
84
  "state"],
85
- theme='EveryPizza/Cartoony-Gradio-Theme',
86
  title=title,
87
  description= description ,
88
  allow_flagging="never",
 
41
 
42
 
43
 
44
+ demo = gr.Blocks(theme="dawood/microsoft_windows@>=1.0.0,<2.0.0 ")
45
  examples=[["examples/example1.mp3"], ["examples/example2.mp3"],["examples/example3.mp3"]]
46
 
47
  title ="""
 
67
  gr.inputs.Audio(source="upload", type="filepath"),
68
  ],
69
  outputs="text",
70
+ # theme='EveryPizza/Cartoony-Gradio-Theme',
71
  title=title,
72
  description= description ,
73
  allow_flagging="never",
 
82
  ],
83
  outputs=[ "textbox",
84
  "state"],
85
+ # theme='EveryPizza/Cartoony-Gradio-Theme',
86
  title=title,
87
  description= description ,
88
  allow_flagging="never",