Spaces:
Runtime error
Runtime error
Commit
·
db5216f
1
Parent(s):
4d1fb7c
add
Browse files- app.py +3 -0
- requirements.txt +92 -0
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
gr.Interface.load("models/abdalrahmanshahrour/arabartsummarization").launch()
|
requirements.txt
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.3
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==4.2.0
|
4 |
+
anyio==3.6.2
|
5 |
+
async-timeout==4.0.2
|
6 |
+
attrs==22.2.0
|
7 |
+
backcall==0.2.0
|
8 |
+
certifi==2022.12.7
|
9 |
+
charset-normalizer==2.1.1
|
10 |
+
click==8.1.3
|
11 |
+
contourpy==1.0.6
|
12 |
+
cycler==0.11.0
|
13 |
+
entrypoints==0.4
|
14 |
+
executing==1.2.0
|
15 |
+
fastapi==0.88.0
|
16 |
+
fastjsonschema==2.16.2
|
17 |
+
ffmpy==0.3.0
|
18 |
+
filelock==3.8.2
|
19 |
+
fonttools==4.38.0
|
20 |
+
frozenlist==1.3.3
|
21 |
+
fsspec==2022.11.0
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==0.16.3
|
24 |
+
httpx==0.23.1
|
25 |
+
huggingface-hub==0.11.1
|
26 |
+
idna==3.4
|
27 |
+
ipython-genutils==0.2.0
|
28 |
+
Jinja2==3.1.2
|
29 |
+
jsonschema==4.17.3
|
30 |
+
kiwisolver==1.4.4
|
31 |
+
linkify-it-py==1.0.3
|
32 |
+
markdown-it-py==2.1.0
|
33 |
+
MarkupSafe==2.1.1
|
34 |
+
matplotlib==3.6.2
|
35 |
+
mdit-py-plugins==0.3.3
|
36 |
+
mdurl==0.1.2
|
37 |
+
mistune==2.0.4
|
38 |
+
multidict==6.0.4
|
39 |
+
numpy==1.24.1
|
40 |
+
orjson==3.8.3
|
41 |
+
packaging==22.0
|
42 |
+
pandas==1.5.2
|
43 |
+
pickleshare==0.7.5
|
44 |
+
Pillow==9.3.0
|
45 |
+
protobuf==3.20.2
|
46 |
+
psutil==5.9.4
|
47 |
+
ptyprocess==0.7.0
|
48 |
+
pure-eval==0.2.2
|
49 |
+
pycparser==2.21
|
50 |
+
pycryptodome==3.16.0
|
51 |
+
pydantic==1.10.2
|
52 |
+
pydub==0.25.1
|
53 |
+
Pygments==2.13.0
|
54 |
+
pyparsing==3.0.9
|
55 |
+
pyrsistent==0.19.2
|
56 |
+
python-dateutil==2.8.2
|
57 |
+
python-json-logger==2.0.4
|
58 |
+
python-multipart==0.0.5
|
59 |
+
pytz==2022.7
|
60 |
+
PyYAML==6.0
|
61 |
+
pyzmq==24.0.1
|
62 |
+
QtPy==2.3.0
|
63 |
+
regex==2022.10.31
|
64 |
+
requests==2.28.1
|
65 |
+
rfc3339-validator==0.1.4
|
66 |
+
rfc3986==1.5.0
|
67 |
+
rfc3986-validator==0.1.1
|
68 |
+
Send2Trash==1.8.0
|
69 |
+
sentencepiece==0.1.97
|
70 |
+
six==1.16.0
|
71 |
+
sniffio==1.3.0
|
72 |
+
soupsieve==2.3.2.post1
|
73 |
+
starlette==0.22.0
|
74 |
+
tinycss2==1.2.1
|
75 |
+
tokenizers==0.13.2
|
76 |
+
toolz==0.12.0
|
77 |
+
tornado==6.2
|
78 |
+
tqdm==4.64.1
|
79 |
+
traitlets==5.8.0
|
80 |
+
transformers==4.25.1
|
81 |
+
typing_extensions==4.4.0
|
82 |
+
uc-micro-py==1.0.1
|
83 |
+
uri-template==1.2.0
|
84 |
+
urllib3==1.26.13
|
85 |
+
uvicorn==0.20.0
|
86 |
+
wcwidth==0.2.5
|
87 |
+
webcolors==1.12
|
88 |
+
webencodings==0.5.1
|
89 |
+
websocket-client==1.4.2
|
90 |
+
websockets==10.4
|
91 |
+
widgetsnbextension==4.0.5
|
92 |
+
yarl==1.8.2
|