ychenNLP commited on
Commit
4e41537
1 Parent(s): 52fd958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -137,8 +137,7 @@ demo = gr.Interface(fn=asr,
137
  ],
138
  title=title,
139
  description=instruction,
140
- theme="JohnSmith9982/small_and_pretty",
141
- css=css)
142
 
143
  demo.queue()
144
  demo.launch()
 
137
  ],
138
  title=title,
139
  description=instruction,
140
+ theme="JohnSmith9982/small_and_pretty")
 
141
 
142
  demo.queue()
143
  demo.launch()