jatnikonm commited on
Commit
0842248
1 Parent(s): 9d5fbe1

app.ymp
requirements.txt

Files changed (2) hide show
  1. app.yml +8 -0
  2. requirements.txt +3 -0
app.yml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # app.yml
2
+ sdk: gradio
3
+ title: test application in huggingface
4
+ python_version: 3.8
5
+ dependencies:
6
+ - gradio
7
+ - scikit-learn
8
+ - torch
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio
2
+ scikit-learn
3
+ torch