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

initial commit

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -1,11 +1,7 @@
1
  import gradio as gr
2
 
3
- title = "AI Multi Set"
4
-
5
- tts_examples = [
6
- "I love learning machine learning",
7
- "How do you do?",
8
- ]
9
 
10
  tts_demo = gr.Interface.load(
11
  "spaces/seawolf2357/multi_test",
@@ -21,7 +17,7 @@ stt_demo = gr.Interface.load(
21
  description="Let me try to guess what you're saying!",
22
  )
23
 
24
- demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"])
25
 
26
  if __name__ == "__main__":
27
  demo.launch()
 
1
  import gradio as gr
2
 
3
+ title="한글 다국어 지원 + ChatGPT + 멀티 모델링 기반 응용 AI"
4
+
 
 
 
 
5
 
6
  tts_demo = gr.Interface.load(
7
  "spaces/seawolf2357/multi_test",
 
17
  description="Let me try to guess what you're saying!",
18
  )
19
 
20
+ demo = gr.TabbedInterface([tts_demo, stt_demo], ["Article URL 분석", "PDF 분석"])
21
 
22
  if __name__ == "__main__":
23
  demo.launch()