Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- space.py +2 -2
- src/demo/space.py +2 -2
- 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.
|
| 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 |
-
|
| 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.
|
| 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 |
-
|
| 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 = "
|
| 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"
|