Fetching metadata from the HF Docker repository...
hozen
commited on
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
1
|
import gradio as gr
|
2
|
import groq
|
3
|
import io
|
|
|
1
|
+
!pip install groq
|
2
|
+
!pip install numpy
|
3
|
+
!pip install soundfile
|
4
|
+
|
5
|
import gradio as gr
|
6
|
import groq
|
7
|
import io
|