ravi259 commited on
Commit
b69cd9d
Β·
1 Parent(s): 78582dd

second time

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +7 -48
app.py CHANGED
@@ -6,4 +6,4 @@ def greet(name):
6
  return "Hello " + name + "!!"
7
 
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
- iface.launch()
 
6
  return "Hello " + name + "!!"
7
 
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
+ iface.launch(share=True)
requirements.txt CHANGED
@@ -1,37 +1,23 @@
1
  aiofiles==23.2.1
2
- aiohttp==3.9.3
3
- aiosignal==1.3.1
4
  altair==5.2.0
5
  annotated-types==0.6.0
6
  anyio==4.3.0
7
- appnope @ file:///home/conda/feedstock_root/build_artifacts/appnope_1649077682618/work
8
  argilla==1.25.0
9
- asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1667325728359/work
10
- async-timeout==4.0.3
11
  attrs==23.2.0
12
- backcall @ file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work
13
  backoff==2.2.1
14
- backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work
15
  certifi==2024.2.2
16
  charset-normalizer==3.3.2
17
  click==8.1.7
18
  colorama==0.4.6
19
  contourpy==1.2.0
20
  cycler==0.12.1
21
- datasets==2.18.0
22
- debugpy @ file:///Users/runner/miniforge3/conda-bld/debugpy_1666826457716/work
23
- decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work
24
  Deprecated==1.2.14
25
- dill==0.3.8
26
- entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1643888246732/work
27
  exceptiongroup==1.2.0
28
- executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1667317341051/work
29
  fastapi==0.110.0
30
  ffmpy==0.3.2
31
  filelock==3.13.1
32
  fonttools==4.50.0
33
- frozenlist==1.4.1
34
- fsspec==2024.2.0
35
  gradio==4.21.0
36
  gradio_client==0.12.0
37
  h11==0.14.0
@@ -39,53 +25,32 @@ httpcore==1.0.4
39
  httpx==0.26.0
40
  huggingface-hub==0.21.4
41
  idna==3.6
42
- importlib_resources==6.3.1
43
- ipykernel @ file:///Users/runner/miniforge3/conda-bld/ipykernel_1655241660502/work
44
- ipython @ file:///Users/runner/miniforge3/conda-bld/ipython_1653755021573/work
45
- jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1659959867326/work
46
  Jinja2==3.1.3
47
  joblib==1.3.2
48
  jsonschema==4.21.1
49
  jsonschema-specifications==2023.12.1
50
- jupyter_client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1668623095912/work
51
- jupyter_core @ file:///Users/runner/miniforge3/conda-bld/jupyter_core_1668030953013/work
52
  kiwisolver==1.4.5
53
  markdown-it-py==3.0.0
54
  MarkupSafe==2.1.5
55
  matplotlib==3.8.3
56
- matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work
57
  mdurl==0.1.2
58
  monotonic==1.6
59
- multidict==6.0.5
60
- multiprocess==0.70.16
61
- nest-asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1664684991461/work
62
  nltk==3.8.1
63
  numpy==1.23.5
64
  orjson==3.9.15
65
- packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1637239678211/work
66
  pandas==2.2.1
67
- parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work
68
- pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1667297516076/work
69
- pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work
70
  pillow==10.2.0
71
- platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1657729053205/work
72
- prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1667565496306/work
73
- psutil @ file:///Users/runner/miniforge3/conda-bld/psutil_1667886143121/work
74
- ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl
75
- pure-eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work
76
- pyarrow==15.0.2
77
- pyarrow-hotfix==0.6
78
  pydantic==2.6.4
79
  pydantic_core==2.16.3
80
  pydub==0.25.1
81
- Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1660666458521/work
82
- pyparsing @ file:///home/conda/feedstock_root/build_artifacts/pyparsing_1652235407899/work
83
- python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work
84
- python-dotenv==1.0.1
85
  python-multipart==0.0.9
86
  pytz==2024.1
87
  PyYAML==6.0.1
88
- pyzmq @ file:///Users/runner/miniforge3/conda-bld/pyzmq_1666828678061/work
89
  referencing==0.34.0
90
  regex==2023.12.25
91
  requests==2.31.0
@@ -94,23 +59,17 @@ rpds-py==0.18.0
94
  ruff==0.3.3
95
  semantic-version==2.10.0
96
  shellingham==1.5.4
97
- six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work
98
  sniffio==1.3.1
99
- stack-data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1668260892666/work
100
  starlette==0.36.3
101
  tomlkit==0.12.0
102
  toolz==0.12.1
103
- tornado @ file:///Users/runner/miniforge3/conda-bld/tornado_1666788801701/work
104
  tqdm==4.66.2
105
- traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1666115969632/work
106
  typer==0.9.0
107
  typing_extensions==4.10.0
108
  tzdata==2024.1
109
  urllib3==2.2.1
110
  uvicorn==0.28.1
111
- wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1600965781394/work
112
  websockets==11.0.3
113
  wrapt==1.14.1
114
- xxhash==3.4.1
115
- yarl==1.9.4
116
  zipp==3.18.1
 
1
  aiofiles==23.2.1
 
 
2
  altair==5.2.0
3
  annotated-types==0.6.0
4
  anyio==4.3.0
 
5
  argilla==1.25.0
 
 
6
  attrs==23.2.0
 
7
  backoff==2.2.1
 
8
  certifi==2024.2.2
9
  charset-normalizer==3.3.2
10
  click==8.1.7
11
  colorama==0.4.6
12
  contourpy==1.2.0
13
  cycler==0.12.1
 
 
 
14
  Deprecated==1.2.14
 
 
15
  exceptiongroup==1.2.0
 
16
  fastapi==0.110.0
17
  ffmpy==0.3.2
18
  filelock==3.13.1
19
  fonttools==4.50.0
20
+ fsspec==2024.3.1
 
21
  gradio==4.21.0
22
  gradio_client==0.12.0
23
  h11==0.14.0
 
25
  httpx==0.26.0
26
  huggingface-hub==0.21.4
27
  idna==3.6
28
+ importlib_resources==6.3.2
 
 
 
29
  Jinja2==3.1.3
30
  joblib==1.3.2
31
  jsonschema==4.21.1
32
  jsonschema-specifications==2023.12.1
 
 
33
  kiwisolver==1.4.5
34
  markdown-it-py==3.0.0
35
  MarkupSafe==2.1.5
36
  matplotlib==3.8.3
 
37
  mdurl==0.1.2
38
  monotonic==1.6
 
 
 
39
  nltk==3.8.1
40
  numpy==1.23.5
41
  orjson==3.9.15
42
+ packaging==24.0
43
  pandas==2.2.1
 
 
 
44
  pillow==10.2.0
 
 
 
 
 
 
 
45
  pydantic==2.6.4
46
  pydantic_core==2.16.3
47
  pydub==0.25.1
48
+ Pygments==2.17.2
49
+ pyparsing==3.1.2
50
+ python-dateutil==2.9.0.post0
 
51
  python-multipart==0.0.9
52
  pytz==2024.1
53
  PyYAML==6.0.1
 
54
  referencing==0.34.0
55
  regex==2023.12.25
56
  requests==2.31.0
 
59
  ruff==0.3.3
60
  semantic-version==2.10.0
61
  shellingham==1.5.4
62
+ six==1.16.0
63
  sniffio==1.3.1
 
64
  starlette==0.36.3
65
  tomlkit==0.12.0
66
  toolz==0.12.1
 
67
  tqdm==4.66.2
 
68
  typer==0.9.0
69
  typing_extensions==4.10.0
70
  tzdata==2024.1
71
  urllib3==2.2.1
72
  uvicorn==0.28.1
 
73
  websockets==11.0.3
74
  wrapt==1.14.1
 
 
75
  zipp==3.18.1