Spaces:
Runtime error
Runtime error
julenalvaro
commited on
Commit
•
27efdcd
1
Parent(s):
0d65b5f
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
demo = gr.Blocks()
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
from funciones import clasifica_imagen, audio_a_text, texto_a_sentimiento
|
4 |
|
5 |
demo = gr.Blocks()
|
6 |
|