HaiderSultanArc commited on
Commit
5a69a51
1 Parent(s): 3d37824

Gradio Interface

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. app.py +3 -0
  3. requirements.in +1 -0
  4. requirements.txt +199 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *venv/
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/HaiderSultanArc/UnaniBERT").launch()
requirements.in ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio
requirements.txt ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command:
4
+ #
5
+ # pip-compile
6
+ #
7
+ aiofiles==23.1.0
8
+ # via gradio
9
+ aiohttp==3.8.4
10
+ # via gradio
11
+ aiosignal==1.3.1
12
+ # via aiohttp
13
+ altair==4.2.2
14
+ # via gradio
15
+ anyio==3.6.2
16
+ # via
17
+ # httpcore
18
+ # starlette
19
+ async-timeout==4.0.2
20
+ # via aiohttp
21
+ attrs==23.1.0
22
+ # via
23
+ # aiohttp
24
+ # jsonschema
25
+ certifi==2022.12.7
26
+ # via
27
+ # httpcore
28
+ # httpx
29
+ # requests
30
+ charset-normalizer==3.1.0
31
+ # via
32
+ # aiohttp
33
+ # requests
34
+ click==8.1.3
35
+ # via uvicorn
36
+ colorama==0.4.6
37
+ # via
38
+ # click
39
+ # tqdm
40
+ contourpy==1.0.7
41
+ # via matplotlib
42
+ cycler==0.11.0
43
+ # via matplotlib
44
+ entrypoints==0.4
45
+ # via altair
46
+ fastapi==0.95.1
47
+ # via gradio
48
+ ffmpy==0.3.0
49
+ # via gradio
50
+ filelock==3.12.0
51
+ # via huggingface-hub
52
+ fonttools==4.39.3
53
+ # via matplotlib
54
+ frozenlist==1.3.3
55
+ # via
56
+ # aiohttp
57
+ # aiosignal
58
+ fsspec==2023.4.0
59
+ # via
60
+ # gradio-client
61
+ # huggingface-hub
62
+ gradio==3.28.3
63
+ # via -r requirements.in
64
+ gradio-client==0.2.0
65
+ # via gradio
66
+ h11==0.14.0
67
+ # via
68
+ # httpcore
69
+ # uvicorn
70
+ httpcore==0.17.0
71
+ # via httpx
72
+ httpx==0.24.0
73
+ # via
74
+ # gradio
75
+ # gradio-client
76
+ huggingface-hub==0.14.1
77
+ # via
78
+ # gradio
79
+ # gradio-client
80
+ idna==3.4
81
+ # via
82
+ # anyio
83
+ # httpx
84
+ # requests
85
+ # yarl
86
+ jinja2==3.1.2
87
+ # via
88
+ # altair
89
+ # gradio
90
+ jsonschema==4.17.3
91
+ # via altair
92
+ kiwisolver==1.4.4
93
+ # via matplotlib
94
+ linkify-it-py==2.0.2
95
+ # via markdown-it-py
96
+ markdown-it-py[linkify]==2.2.0
97
+ # via
98
+ # gradio
99
+ # mdit-py-plugins
100
+ markupsafe==2.1.2
101
+ # via
102
+ # gradio
103
+ # jinja2
104
+ matplotlib==3.7.1
105
+ # via gradio
106
+ mdit-py-plugins==0.3.3
107
+ # via gradio
108
+ mdurl==0.1.2
109
+ # via markdown-it-py
110
+ multidict==6.0.4
111
+ # via
112
+ # aiohttp
113
+ # yarl
114
+ numpy==1.24.3
115
+ # via
116
+ # altair
117
+ # contourpy
118
+ # gradio
119
+ # matplotlib
120
+ # pandas
121
+ orjson==3.8.11
122
+ # via gradio
123
+ packaging==23.1
124
+ # via
125
+ # gradio-client
126
+ # huggingface-hub
127
+ # matplotlib
128
+ pandas==2.0.1
129
+ # via
130
+ # altair
131
+ # gradio
132
+ pillow==9.5.0
133
+ # via
134
+ # gradio
135
+ # matplotlib
136
+ pydantic==1.10.7
137
+ # via
138
+ # fastapi
139
+ # gradio
140
+ pydub==0.25.1
141
+ # via gradio
142
+ pygments==2.15.1
143
+ # via gradio
144
+ pyparsing==3.0.9
145
+ # via matplotlib
146
+ pyrsistent==0.19.3
147
+ # via jsonschema
148
+ python-dateutil==2.8.2
149
+ # via
150
+ # matplotlib
151
+ # pandas
152
+ python-multipart==0.0.6
153
+ # via gradio
154
+ pytz==2023.3
155
+ # via pandas
156
+ pyyaml==6.0
157
+ # via
158
+ # gradio
159
+ # huggingface-hub
160
+ requests==2.30.0
161
+ # via
162
+ # gradio
163
+ # gradio-client
164
+ # huggingface-hub
165
+ semantic-version==2.10.0
166
+ # via gradio
167
+ six==1.16.0
168
+ # via python-dateutil
169
+ sniffio==1.3.0
170
+ # via
171
+ # anyio
172
+ # httpcore
173
+ # httpx
174
+ starlette==0.26.1
175
+ # via fastapi
176
+ toolz==0.12.0
177
+ # via altair
178
+ tqdm==4.65.0
179
+ # via huggingface-hub
180
+ typing-extensions==4.5.0
181
+ # via
182
+ # gradio
183
+ # gradio-client
184
+ # huggingface-hub
185
+ # pydantic
186
+ tzdata==2023.3
187
+ # via pandas
188
+ uc-micro-py==1.0.2
189
+ # via linkify-it-py
190
+ urllib3==2.0.2
191
+ # via requests
192
+ uvicorn==0.22.0
193
+ # via gradio
194
+ websockets==11.0.2
195
+ # via
196
+ # gradio
197
+ # gradio-client
198
+ yarl==1.9.2
199
+ # via aiohttp