Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
!pip install nvidia-ml-py3
|
2 |
import gradio as gr
|
3 |
import torch
|
4 |
import soundfile as sf
|
@@ -119,4 +118,4 @@ iface = gr.Interface(
|
|
119 |
)
|
120 |
|
121 |
if __name__ == "__main__":
|
122 |
-
iface.launch()
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import soundfile as sf
|
|
|
118 |
)
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
+
iface.launch()
|