Michael Yuan commited on
Commit
2e738ac
·
1 Parent(s): cecfd3a

Clean-up Gradio Interface initialization args

Browse files
Files changed (4) hide show
  1. app.py +0 -3
  2. pyproject.toml +0 -1
  3. requirements.txt +0 -1
  4. uv.lock +0 -2
app.py CHANGED
@@ -149,9 +149,6 @@ demo = gr.Interface(
149
  gr.Dataframe(label="GPU Status Details"),
150
  ],
151
  live=True,
152
- flagging_options=[],
153
- css=".plotcss {max-width: 820px !important;}",
154
- delete_cache=(1, 1),
155
  )
156
 
157
  if __name__ == "__main__":
 
149
  gr.Dataframe(label="GPU Status Details"),
150
  ],
151
  live=True,
 
 
 
152
  )
153
 
154
  if __name__ == "__main__":
pyproject.toml CHANGED
@@ -7,7 +7,6 @@ requires-python = ">=3.10"
7
  dependencies = [
8
  "datasets>=4.7.0",
9
  "gradio>=6.9.0",
10
- "huggingface-hub>=1.6.0",
11
  "pandas>=2.3.3",
12
  "plotly>=6.6.0",
13
  ]
 
7
  dependencies = [
8
  "datasets>=4.7.0",
9
  "gradio>=6.9.0",
 
10
  "pandas>=2.3.3",
11
  "plotly>=6.6.0",
12
  ]
requirements.txt CHANGED
@@ -2,4 +2,3 @@ gradio
2
  pandas
3
  plotly
4
  datasets
5
- huggingface_hub
 
2
  pandas
3
  plotly
4
  datasets
 
uv.lock CHANGED
@@ -2072,7 +2072,6 @@ source = { virtual = "." }
2072
  dependencies = [
2073
  { name = "datasets" },
2074
  { name = "gradio" },
2075
- { name = "huggingface-hub" },
2076
  { name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
2077
  { name = "pandas", version = "3.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
2078
  { name = "plotly" },
@@ -2082,7 +2081,6 @@ dependencies = [
2082
  requires-dist = [
2083
  { name = "datasets", specifier = ">=4.7.0" },
2084
  { name = "gradio", specifier = ">=6.9.0" },
2085
- { name = "huggingface-hub", specifier = ">=1.6.0" },
2086
  { name = "pandas", specifier = ">=2.3.3" },
2087
  { name = "plotly", specifier = ">=6.6.0" },
2088
  ]
 
2072
  dependencies = [
2073
  { name = "datasets" },
2074
  { name = "gradio" },
 
2075
  { name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
2076
  { name = "pandas", version = "3.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
2077
  { name = "plotly" },
 
2081
  requires-dist = [
2082
  { name = "datasets", specifier = ">=4.7.0" },
2083
  { name = "gradio", specifier = ">=6.9.0" },
 
2084
  { name = "pandas", specifier = ">=2.3.3" },
2085
  { name = "plotly", specifier = ">=6.6.0" },
2086
  ]