semmyk commited on
Commit
5542bbb
·
1 Parent(s): bede14d

update README with yaml to instruct HF space

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  ---
2
  #[project]
3
  #name: "parserpdf"
@@ -9,6 +10,7 @@ colorFrom: yellow
9
  colorTo: purple
10
  sdk: gradio
11
  sdk_version: 5.0.1
 
12
  app_file: main.py
13
  pinned: false
14
  license: mit
@@ -19,6 +21,7 @@ requires-python: ">=3.12"
19
  dependencies: []
20
  owner: "research-semmyk"
21
  ---
 
22
  # parserPDF
23
 
24
  [![Gradio](https://img.shields.io/badge/Gradio-SDK-amber?logo=gradio)](https://www.gradio.app/)
 
1
+ yaml
2
  ---
3
  #[project]
4
  #name: "parserpdf"
 
10
  colorTo: purple
11
  sdk: gradio
12
  sdk_version: 5.0.1
13
+ command: python main.py
14
  app_file: main.py
15
  pinned: false
16
  license: mit
 
21
  dependencies: []
22
  owner: "research-semmyk"
23
  ---
24
+
25
  # parserPDF
26
 
27
  [![Gradio](https://img.shields.io/badge/Gradio-SDK-amber?logo=gradio)](https://www.gradio.app/)