marta-marta commited on
Commit
29b4b22
·
1 Parent(s): 7f44091

Updating requirements

Browse files
Files changed (4) hide show
  1. .idea/.name +1 -0
  2. .idea/vcs.xml +6 -0
  3. app.py +1 -1
  4. requirements.txt +1 -0
.idea/.name ADDED
@@ -0,0 +1 @@
 
 
1
+ app.py
.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
app.py CHANGED
@@ -2,7 +2,7 @@ import numpy as np
2
  from scipy import signal
3
  import huggingface_hub # for loading model
4
  import streamlit as st
5
-
6
  # HELLO HUGGING FACE
7
 
8
 
 
2
  from scipy import signal
3
  import huggingface_hub # for loading model
4
  import streamlit as st
5
+ import tensorflow
6
  # HELLO HUGGING FACE
7
 
8
 
requirements.txt CHANGED
@@ -2,3 +2,4 @@ huggingface_hub==0.12.0
2
  numpy==1.21.5
3
  scipy==1.9.1
4
  streamlit==1.18.1
 
 
2
  numpy==1.21.5
3
  scipy==1.9.1
4
  streamlit==1.18.1
5
+ tensorflow==2.10.0