RuudVelo commited on
Commit
70318b5
1 Parent(s): 12be119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
  import torch
4
  import matplotlib.pyplot as plt
5
- import nump as np
6
  #from PIL import Image
7
 
8
 
 
2
  from transformers import pipeline
3
  import torch
4
  import matplotlib.pyplot as plt
5
+ import numpy as np
6
  #from PIL import Image
7
 
8