Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
|
| 5 |
-
MODEL_NAME = "violence-audio-Recognition-
|
| 6 |
HF_USER = "hemg"
|
| 7 |
|
| 8 |
def prediction_function(input_file):
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
|
| 5 |
+
MODEL_NAME = "violence-audio-Recognition-666"
|
| 6 |
HF_USER = "hemg"
|
| 7 |
|
| 8 |
def prediction_function(input_file):
|