Spaces:
Running
Running
deekshachilukuri
commited on
Commit
•
812f25f
1
Parent(s):
3226f5e
init!
Browse files
app.py
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
!pip install ipykernel
|
2 |
-
!pip install TTS
|
3 |
-
!pip install torch
|
4 |
|
5 |
-
import gradio as gr
|
6 |
import torch
|
|
|
7 |
from TTS.api import TTS
|
8 |
import os
|
9 |
|
|
|
|
|
|
|
|
|
1 |
|
|
|
2 |
import torch
|
3 |
+
import gradio as gr
|
4 |
from TTS.api import TTS
|
5 |
import os
|
6 |
|