Liusuthu commited on
Commit
d4a309a
·
verified ·
1 Parent(s): 379b00d

Update mainapp.py

Browse files
Files changed (1) hide show
  1. mainapp.py +1 -1
mainapp.py CHANGED
@@ -13,7 +13,7 @@ from introduce import INTRODUCE
13
  os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
14
 
15
 
16
- with gr.Blocks(theme='NoCrypt/miku') as demo:
17
  # theme='gstaff/xkcd'
18
  with gr.Column():
19
  with gr.Row():
 
13
  os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
14
 
15
 
16
+ with gr.Blocks() as demo:
17
  # theme='gstaff/xkcd'
18
  with gr.Column():
19
  with gr.Row():