siyangyuan commited on
Commit
07c344f
β€’
1 Parent(s): 5b272eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ if __name__ == '__main__':
207
 
208
  hubert = torch.hub.load("bshall/hubert:main", "hubert_soft", trust_repo=True).to(device)
209
 
210
- app = gr.Interface()
211
 
212
  with app:
213
  gr.Markdown("# Moe TTS And Voice Conversion Using VITS Model\n\n"
 
207
 
208
  hubert = torch.hub.load("bshall/hubert:main", "hubert_soft", trust_repo=True).to(device)
209
 
210
+ app = gr.Blocks()
211
 
212
  with app:
213
  gr.Markdown("# Moe TTS And Voice Conversion Using VITS Model\n\n"