Luis commited on
Commit
239a35e
·
1 Parent(s): cde3f1a
Files changed (3) hide show
  1. .gitignore +2 -0
  2. app.py +1 -1
  3. requirements.txt +58 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ venv
2
+ /venv
app.py CHANGED
@@ -4,4 +4,4 @@ def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- iface.launch()
 
4
  return "Hello " + name + "!!"
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
requirements.txt ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ certifi==2022.12.7
8
+ charset-normalizer==2.1.1
9
+ click==8.1.3
10
+ contourpy==1.0.6
11
+ cycler==0.11.0
12
+ entrypoints==0.4
13
+ fastapi==0.89.1
14
+ ffmpy==0.3.0
15
+ fonttools==4.38.0
16
+ frozenlist==1.3.3
17
+ fsspec==2022.11.0
18
+ gradio==3.16.1
19
+ h11==0.14.0
20
+ httpcore==0.16.3
21
+ httpx==0.23.3
22
+ idna==3.4
23
+ Jinja2==3.1.2
24
+ jsonschema==4.17.3
25
+ kiwisolver==1.4.4
26
+ linkify-it-py==1.0.3
27
+ markdown-it-py==2.1.0
28
+ MarkupSafe==2.1.1
29
+ matplotlib==3.6.2
30
+ mdit-py-plugins==0.3.3
31
+ mdurl==0.1.2
32
+ multidict==6.0.4
33
+ numpy==1.24.1
34
+ orjson==3.8.5
35
+ packaging==23.0
36
+ pandas==1.5.2
37
+ Pillow==9.4.0
38
+ pycryptodome==3.16.0
39
+ pydantic==1.10.4
40
+ pydub==0.25.1
41
+ pyparsing==3.0.9
42
+ pyrsistent==0.19.3
43
+ python-dateutil==2.8.2
44
+ python-multipart==0.0.5
45
+ pytz==2022.7
46
+ PyYAML==6.0
47
+ requests==2.28.1
48
+ rfc3986==1.5.0
49
+ six==1.16.0
50
+ sniffio==1.3.0
51
+ starlette==0.22.0
52
+ toolz==0.12.0
53
+ typing_extensions==4.4.0
54
+ uc-micro-py==1.0.1
55
+ urllib3==1.26.14
56
+ uvicorn==0.20.0
57
+ websockets==10.4
58
+ yarl==1.8.2