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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -158,14 +158,6 @@ net_g_ms = SynthesizerTrn(
158
  _ = net_g_ms.eval()
159
 
160
  _ = utils.load_checkpoint("G_1415000.pth", net_g_ms, None)
161
- def inference(text):
162
- html = (
163
- "<div >"
164
- "<img src='chara_ayumu.png' alt='image One'>"
165
- + "</div>"
166
- )
167
- return html
168
- app = gr.Blocks()
169
  with app:
170
  with gr.Tabs():
171
 
 
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