Mahiruoshi commited on
Commit
7c2766f
1 Parent(s): 0bd2d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -158,6 +158,9 @@ net_g_ms = SynthesizerTrn(
158
  _ = net_g_ms.eval()
159
 
160
  _ = utils.load_checkpoint("G_1415000.pth", net_g_ms, None)
 
 
 
161
  with app:
162
  with gr.Tabs():
163
 
 
158
  _ = net_g_ms.eval()
159
 
160
  _ = utils.load_checkpoint("G_1415000.pth", net_g_ms, None)
161
+
162
+ app = gr.Blocks()
163
+
164
  with app:
165
  with gr.Tabs():
166