Skip to content

Commit bf8ba1e

Browse files
authored
Revert default theme back to 'Soft'
1 parent 8160dde commit bf8ba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infer-web.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ def whethercrepeornah(radio):
19191919

19201920

19211921
#Change your Gradio Theme here. 👇 👇 👇 👇
1922-
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as app:
1922+
with gr.Blocks(theme=gr.themes.Soft()) as app:
19231923
gr.HTML("<h1> The Mangio-RVC-Fork 💻 </h1>")
19241924
gr.Markdown(
19251925
value=i18n(

0 commit comments

Comments
 (0)