vettorazi commited on
Commit
df69c17
1 Parent(s): 2e0db3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -163,12 +163,18 @@ def predict(
163
 
164
  SPACE_ID = "nateraw/voice-cloning"
165
 
 
 
 
 
166
  article = """
167
  <p style='text-align: center'>
168
  <a href='https://github.com/voicepaw/so-vits-svc-fork' target='_blank'>Github Repo</a>
169
  </p>
170
  """.strip()
171
 
 
 
172
  interface_mic = gr.Interface(
173
  predict,
174
  inputs=[
 
163
 
164
  SPACE_ID = "nateraw/voice-cloning"
165
 
166
+ description = f"""
167
+
168
+ """.strip()
169
+
170
  article = """
171
  <p style='text-align: center'>
172
  <a href='https://github.com/voicepaw/so-vits-svc-fork' target='_blank'>Github Repo</a>
173
  </p>
174
  """.strip()
175
 
176
+
177
+
178
  interface_mic = gr.Interface(
179
  predict,
180
  inputs=[