Spaces:
Runtime error
Runtime error
Commit
·
7dde4c4
1
Parent(s):
b47f6e6
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import random
|
|
3 |
import gradio as gr
|
4 |
# from transformers import pipeline
|
5 |
|
6 |
-
p = pipeline("automatic-speech-recognition")
|
7 |
|
8 |
def user(user_message, history):
|
9 |
return "", history + [[user_message, None]]
|
|
|
3 |
import gradio as gr
|
4 |
# from transformers import pipeline
|
5 |
|
6 |
+
# p = pipeline("automatic-speech-recognition")
|
7 |
|
8 |
def user(user_message, history):
|
9 |
return "", history + [[user_message, None]]
|