Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,6 @@ demo = gr.Interface(fn=asr,
|
|
124 |
],
|
125 |
title=title,
|
126 |
description=instruction,
|
127 |
-
theme=
|
128 |
demo.queue()
|
129 |
demo.launch()
|
|
|
124 |
],
|
125 |
title=title,
|
126 |
description=instruction,
|
127 |
+
theme="JohnSmith9982/small_and_pretty")
|
128 |
demo.queue()
|
129 |
demo.launch()
|