seawolf2357 commited on
Commit
9ee5837
·
1 Parent(s): 8f6b527

initial commit

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,14 +8,14 @@ tts_examples = [
8
  ]
9
 
10
  tts_demo = gr.Interface.load(
11
- "huggingface.co/spaces/seawolf2357/multi_test",
12
  title=None,
13
  examples=tts_examples,
14
  description="Give me something to say!",
15
  )
16
 
17
  stt_demo = gr.Interface.load(
18
- "huggingface.co/spaces/seawolf2357/PDF-text-extractor",
19
  title=None,
20
  inputs="mic",
21
  description="Let me try to guess what you're saying!",
 
8
  ]
9
 
10
  tts_demo = gr.Interface.load(
11
+ "spaces/seawolf2357/multi_test",
12
  title=None,
13
  examples=tts_examples,
14
  description="Give me something to say!",
15
  )
16
 
17
  stt_demo = gr.Interface.load(
18
+ "spaces/seawolf2357/PDF-text-extractor",
19
  title=None,
20
  inputs="mic",
21
  description="Let me try to guess what you're saying!",