Spaces:
Runtime error
Runtime error
atomiclabs
commited on
Commit
•
bdc3419
1
Parent(s):
2f4d739
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
iface = gr.Interface.load("huggingface/facebook/wav2vec2-base-960h",
|
4 |
|
5 |
)
|
|
|
1 |
import gradio as gr
|
2 |
+
title = "Ask Rick a Question"
|
3 |
iface = gr.Interface.load("huggingface/facebook/wav2vec2-base-960h",
|
4 |
|
5 |
)
|