Spaces:
Runtime error
Runtime error
added the required librarie to requirements.txt
Browse files- app.py +1 -1
- 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(
|
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
|