mzimm003 commited on
Commit
50c09e4
·
1 Parent(s): 770f950

Designate app file

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +0 -1
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: gray
5
  colorTo: pink
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: pink
6
  sdk: docker
7
  pinned: false
8
+ app_file: app.py
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -15,4 +15,3 @@ def main(kwargs=None):
15
 
16
  if __name__ == "__main__":
17
  main()
18
-
 
15
 
16
  if __name__ == "__main__":
17
  main()