elismasilva commited on
Commit
fe11107
·
verified ·
1 Parent(s): f988bae

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. space.py +2 -2
  2. src/demo/space.py +2 -2
  3. src/pyproject.toml +1 -1
space.py CHANGED
@@ -9,7 +9,7 @@ abs_path = os.path.join(os.path.dirname(__file__), "css.css")
9
 
10
  with gr.Blocks(
11
  css=abs_path,
12
- theme=gr.themes.Default(
13
  font_mono=[
14
  gr.themes.GoogleFont("Inconsolata"),
15
  "monospace",
@@ -24,7 +24,7 @@ with gr.Blocks(
24
  <a href="https://pypi.org/project/gradio_mediagallery/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_mediagallery"></a>
25
  </div>
26
 
27
- Python library for easily interacting with trained machine learning models
28
  """, elem_classes=["md-custom"], header_links=True)
29
  app.render()
30
  gr.Markdown(
 
9
 
10
  with gr.Blocks(
11
  css=abs_path,
12
+ theme=gr.themes.Ocean(
13
  font_mono=[
14
  gr.themes.GoogleFont("Inconsolata"),
15
  "monospace",
 
24
  <a href="https://pypi.org/project/gradio_mediagallery/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_mediagallery"></a>
25
  </div>
26
 
27
+ Media Gallery Explorer with Metadata Image Extraction for Gradio UI
28
  """, elem_classes=["md-custom"], header_links=True)
29
  app.render()
30
  gr.Markdown(
src/demo/space.py CHANGED
@@ -9,7 +9,7 @@ abs_path = os.path.join(os.path.dirname(__file__), "css.css")
9
 
10
  with gr.Blocks(
11
  css=abs_path,
12
- theme=gr.themes.Default(
13
  font_mono=[
14
  gr.themes.GoogleFont("Inconsolata"),
15
  "monospace",
@@ -24,7 +24,7 @@ with gr.Blocks(
24
  <a href="https://pypi.org/project/gradio_mediagallery/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_mediagallery"></a>
25
  </div>
26
 
27
- Python library for easily interacting with trained machine learning models
28
  """, elem_classes=["md-custom"], header_links=True)
29
  app.render()
30
  gr.Markdown(
 
9
 
10
  with gr.Blocks(
11
  css=abs_path,
12
+ theme=gr.themes.Ocean(
13
  font_mono=[
14
  gr.themes.GoogleFont("Inconsolata"),
15
  "monospace",
 
24
  <a href="https://pypi.org/project/gradio_mediagallery/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_mediagallery"></a>
25
  </div>
26
 
27
+ Media Gallery Explorer with Metadata Image Extraction for Gradio UI
28
  """, elem_classes=["md-custom"], header_links=True)
29
  app.render()
30
  gr.Markdown(
src/pyproject.toml CHANGED
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
9
  [project]
10
  name = "gradio_mediagallery"
11
  version = "0.0.6"
12
- description = "Python library for easily interacting with trained machine learning models"
13
  readme = "README.md"
14
  license = "Apache-2.0"
15
  requires-python = ">=3.8"
 
9
  [project]
10
  name = "gradio_mediagallery"
11
  version = "0.0.6"
12
+ description = "Media Gallery Explorer with Metadata Image Extraction for Gradio UI"
13
  readme = "README.md"
14
  license = "Apache-2.0"
15
  requires-python = ">=3.8"