Flux9665 commited on
Commit
57735f4
β€’
1 Parent(s): da2d8e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -6,10 +6,6 @@ import torch
6
 
7
  from InferenceInterfaces.Meta_FastSpeech2 import Meta_FastSpeech2
8
 
9
- os.system("pip uninstall -y gradio")
10
- os.system("pip install gradio==2.7.5.2")
11
-
12
-
13
  def float2pcm(sig, dtype='int16'):
14
  """
15
  https://gist.github.com/HudsonHuang/fbdf8e9af7993fe2a91620d3fb86a182
 
6
 
7
  from InferenceInterfaces.Meta_FastSpeech2 import Meta_FastSpeech2
8
 
 
 
 
 
9
  def float2pcm(sig, dtype='int16'):
10
  """
11
  https://gist.github.com/HudsonHuang/fbdf8e9af7993fe2a91620d3fb86a182