jaumaras commited on
Commit
7b58e5e
1 Parent(s): 65f575e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
 
90
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
91
  demo.api_name="textTOPepe"
92
- demo.launch()
93
 
94
 
95
  if __name__ == "__main__":
 
89
 
90
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
91
  demo.api_name="textTOPepe"
92
+ demo.launch(share=True)
93
 
94
 
95
  if __name__ == "__main__":