Spaces:
Runtime error
Runtime error
Commit ·
3e65a1c
1
Parent(s): eb9689f
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import torch
|
|
| 6 |
import torch.nn as nn
|
| 7 |
import pytorch_lightning as pl
|
| 8 |
import gradio as gr
|
| 9 |
-
from model import MFCC_CNN
|
| 10 |
|
| 11 |
EMOTIONS = {
|
| 12 |
9 : 'neutral_Male',
|
|
|
|
| 6 |
import torch.nn as nn
|
| 7 |
import pytorch_lightning as pl
|
| 8 |
import gradio as gr
|
| 9 |
+
from models.model import MFCC_CNN
|
| 10 |
|
| 11 |
EMOTIONS = {
|
| 12 |
9 : 'neutral_Male',
|