jonathanagustin commited on
Commit
0f1f470
1 Parent(s): 3020c69

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ Note:
18
  import gradio as gr
19
  import tempfile
20
  import openai
21
- from typing import Tuple
22
 
23
  def tts(input_text: str, model: str, voice: str, api_key: str) -> str:
24
  """
 
18
  import gradio as gr
19
  import tempfile
20
  import openai
 
21
 
22
  def tts(input_text: str, model: str, voice: str, api_key: str) -> str:
23
  """