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

second time

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. app.py +2 -0
  3. requirements.txt +116 -0
.gitignore CHANGED
@@ -1 +1,2 @@
1
- *.ipynb
 
 
1
+ *.ipynb
2
+ *.env
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
 
2
 
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
 
1
  import gradio as gr
2
+ import argilla as rg
3
 
4
+ from argilla._constants import DEFAULT_API_KEY
5
  def greet(name):
6
  return "Hello " + name + "!!"
7
 
requirements.txt CHANGED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
+ 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
92
+ rich==13.7.1
93
+ 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