Adel Zaalouk commited on
Commit
4207e59
1 Parent(s): 2e38ad5

Add application file

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +204 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
requirements.txt ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.1
4
+ aiosignal==1.3.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ anyio==4.2.0
8
+ appnope==0.1.3
9
+ argon2-cffi==23.1.0
10
+ argon2-cffi-bindings==21.2.0
11
+ arrow==1.3.0
12
+ asttokens==2.4.1
13
+ astunparse==1.6.3
14
+ async-lru==2.0.4
15
+ attrs==23.2.0
16
+ Babel==2.14.0
17
+ beautifulsoup4==4.12.2
18
+ bleach==6.1.0
19
+ cachetools==5.3.2
20
+ certifi==2023.11.17
21
+ cffi==1.16.0
22
+ charset-normalizer==3.3.2
23
+ click==8.1.7
24
+ colorama==0.4.6
25
+ comm==0.2.1
26
+ contourpy==1.2.0
27
+ cycler==0.12.1
28
+ datasets==2.16.1
29
+ debugpy==1.8.0
30
+ decorator==5.1.1
31
+ defusedxml==0.7.1
32
+ dill==0.3.7
33
+ dm-tree==0.1.8
34
+ etils==1.6.0
35
+ executing==2.0.1
36
+ fastapi==0.109.0
37
+ fastjsonschema==2.19.1
38
+ ffmpy==0.3.1
39
+ filelock==3.13.1
40
+ flatbuffers==23.5.26
41
+ fonttools==4.47.0
42
+ fqdn==1.5.1
43
+ frozenlist==1.4.1
44
+ fsspec==2023.10.0
45
+ gast==0.5.4
46
+ google-auth==2.26.0
47
+ google-auth-oauthlib==1.2.0
48
+ google-pasta==0.2.0
49
+ googleapis-common-protos==1.62.0
50
+ gradio==4.15.0
51
+ gradio_client==0.8.1
52
+ grpcio==1.60.0
53
+ h11==0.14.0
54
+ h5py==3.10.0
55
+ httpcore==1.0.2
56
+ httpx==0.26.0
57
+ huggingface-hub==0.20.1
58
+ idna==3.6
59
+ importlib-resources==6.1.1
60
+ ipykernel==6.28.0
61
+ ipython==8.19.0
62
+ ipywidgets==8.1.1
63
+ isoduration==20.11.0
64
+ jedi==0.19.1
65
+ Jinja2==3.1.2
66
+ joblib==1.3.2
67
+ json5==0.9.14
68
+ jsonpointer==2.4
69
+ jsonschema==4.20.0
70
+ jsonschema-specifications==2023.12.1
71
+ jupyter==1.0.0
72
+ jupyter-console==6.6.3
73
+ jupyter-events==0.9.0
74
+ jupyter-lsp==2.2.1
75
+ jupyter_client==8.6.0
76
+ jupyter_core==5.7.0
77
+ jupyter_server==2.12.1
78
+ jupyter_server_terminals==0.5.1
79
+ jupyterlab==4.0.10
80
+ jupyterlab-widgets==3.0.9
81
+ jupyterlab_pygments==0.3.0
82
+ jupyterlab_server==2.25.2
83
+ keras==2.15.0
84
+ kiwisolver==1.4.5
85
+ libclang==16.0.6
86
+ Markdown==3.5.1
87
+ markdown-it-py==3.0.0
88
+ MarkupSafe==2.1.3
89
+ matplotlib==3.8.2
90
+ matplotlib-inline==0.1.6
91
+ mdurl==0.1.2
92
+ mistune==3.0.2
93
+ ml-dtypes==0.2.0
94
+ mpmath==1.3.0
95
+ multidict==6.0.4
96
+ multiprocess==0.70.15
97
+ nbclient==0.9.0
98
+ nbconvert==7.14.0
99
+ nbformat==5.9.2
100
+ nest-asyncio==1.5.8
101
+ networkx==3.2.1
102
+ nltk==3.8.1
103
+ notebook==7.0.6
104
+ notebook_shim==0.2.3
105
+ numpy==1.26.3
106
+ oauthlib==3.2.2
107
+ opt-einsum==3.3.0
108
+ orjson==3.9.12
109
+ overrides==7.4.0
110
+ packaging==23.2
111
+ pandas==2.1.4
112
+ pandocfilters==1.5.0
113
+ parso==0.8.3
114
+ pexpect==4.9.0
115
+ pillow==10.2.0
116
+ platformdirs==4.1.0
117
+ prometheus-client==0.19.0
118
+ promise==2.3
119
+ prompt-toolkit==3.0.43
120
+ protobuf==3.20.3
121
+ psutil==5.9.7
122
+ ptyprocess==0.7.0
123
+ pure-eval==0.2.2
124
+ pyarrow==14.0.2
125
+ pyarrow-hotfix==0.6
126
+ pyasn1==0.5.1
127
+ pyasn1-modules==0.3.0
128
+ pycparser==2.21
129
+ pydantic==2.5.3
130
+ pydantic_core==2.14.6
131
+ pydub==0.25.1
132
+ Pygments==2.17.2
133
+ pyparsing==3.1.1
134
+ python-dateutil==2.8.2
135
+ python-json-logger==2.0.7
136
+ python-multipart==0.0.6
137
+ pytz==2023.3.post1
138
+ PyYAML==6.0.1
139
+ pyzmq==25.1.2
140
+ qtconsole==5.5.1
141
+ QtPy==2.4.1
142
+ referencing==0.32.0
143
+ regex==2023.12.25
144
+ requests==2.31.0
145
+ requests-oauthlib==1.3.1
146
+ rfc3339-validator==0.1.4
147
+ rfc3986-validator==0.1.1
148
+ rich==13.7.0
149
+ rpds-py==0.16.2
150
+ rsa==4.9
151
+ ruff==0.1.14
152
+ safetensors==0.4.1
153
+ scikit-learn==1.3.2
154
+ scipy==1.11.4
155
+ seaborn==0.13.1
156
+ semantic-version==2.10.0
157
+ Send2Trash==1.8.2
158
+ shellingham==1.5.4
159
+ six==1.16.0
160
+ sniffio==1.3.0
161
+ soupsieve==2.5
162
+ stack-data==0.6.3
163
+ starlette==0.35.1
164
+ sympy==1.12
165
+ tensorboard==2.15.1
166
+ tensorboard-data-server==0.7.2
167
+ tensorflow==2.15.0
168
+ tensorflow-datasets==4.9.4
169
+ tensorflow-estimator==2.15.0
170
+ tensorflow-io-gcs-filesystem==0.35.0
171
+ tensorflow-metadata==1.14.0
172
+ termcolor==2.4.0
173
+ terminado==0.18.0
174
+ threadpoolctl==3.2.0
175
+ tinycss2==1.2.1
176
+ tokenizers==0.15.0
177
+ toml==0.10.2
178
+ tomlkit==0.12.0
179
+ toolz==0.12.0
180
+ torch==2.1.2
181
+ tornado==6.4
182
+ tqdm==4.66.1
183
+ traitlets==5.14.1
184
+ transformers==4.36.2
185
+ typer==0.9.0
186
+ types-python-dateutil==2.8.19.14
187
+ typing_extensions==4.9.0
188
+ tzdata==2023.4
189
+ uri-template==1.3.0
190
+ urllib3==2.1.0
191
+ uvicorn==0.26.0
192
+ vastai==0.1.8
193
+ wcwidth==0.2.12
194
+ webcolors==1.13
195
+ webencodings==0.5.1
196
+ websocket-client==1.7.0
197
+ websockets==11.0.3
198
+ Werkzeug==3.0.1
199
+ widgetsnbextension==4.0.9
200
+ wordcloud==1.9.3
201
+ wrapt==1.14.1
202
+ xxhash==3.4.1
203
+ yarl==1.9.4
204
+ zipp==3.17.0