SKT27182 commited on
Commit
d8e53c5
1 Parent(s): 1e21ec7

added the required librarie to requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +4 -1
app.py CHANGED
@@ -97,5 +97,5 @@ def hugging_face():
97
 
98
  if __name__ == "__main__":
99
  demo = hugging_face()
100
- demo.launch( share=True)
101
 
 
97
 
98
  if __name__ == "__main__":
99
  demo = hugging_face()
100
+ demo.launch( )
101
 
requirements.txt CHANGED
@@ -1,2 +1,5 @@
1
  tensorflow-cpu
2
- gradio
 
 
 
 
1
  tensorflow-cpu
2
+ gradio
3
+ keras
4
+ matplotlib
5
+ numpy