AlexTolstenko commited on
Commit
3e65a1c
·
1 Parent(s): eb9689f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',