Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,14 +91,14 @@ with gr.Blocks() as demo:
|
|
91 |
with gr.Tab("JSON Dataset"):
|
92 |
gr.Markdown(JSON_DEMO_EXPLANATION)
|
93 |
get_demo_json()
|
94 |
-
gr.Markdown("## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-
|
95 |
with gr.Accordion("Source code", open=True):
|
96 |
gr.Code(_get_demo_code("app_json.py"), language="python")
|
97 |
|
98 |
with gr.Tab("Image Dataset"):
|
99 |
gr.Markdown(IMAGE_DEMO_EXPLANATION)
|
100 |
get_demo_image()
|
101 |
-
gr.Markdown("## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-
|
102 |
with gr.Accordion("Source code", open=True):
|
103 |
gr.Code(_get_demo_code("app_image.py"), language="python")
|
104 |
|
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
gr.Markdown(IMAGE_1M_DEMO_EXPLANATION)
|
107 |
get_demo_1M_image()
|
108 |
gr.Markdown(
|
109 |
-
"## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-
|
110 |
)
|
111 |
with gr.Accordion("Source code", open=True):
|
112 |
gr.Code(_get_demo_code("app_1M_image.py"), language="python")
|
|
|
91 |
with gr.Tab("JSON Dataset"):
|
92 |
gr.Markdown(JSON_DEMO_EXPLANATION)
|
93 |
get_demo_json()
|
94 |
+
gr.Markdown("## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-space-to-dataset-json\n\n## Code")
|
95 |
with gr.Accordion("Source code", open=True):
|
96 |
gr.Code(_get_demo_code("app_json.py"), language="python")
|
97 |
|
98 |
with gr.Tab("Image Dataset"):
|
99 |
gr.Markdown(IMAGE_DEMO_EXPLANATION)
|
100 |
get_demo_image()
|
101 |
+
gr.Markdown("## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-space-to-dataset-image\n\n## Code")
|
102 |
with gr.Accordion("Source code", open=True):
|
103 |
gr.Code(_get_demo_code("app_image.py"), language="python")
|
104 |
|
|
|
106 |
gr.Markdown(IMAGE_1M_DEMO_EXPLANATION)
|
107 |
get_demo_1M_image()
|
108 |
gr.Markdown(
|
109 |
+
"## Result\n\nhttps://huggingface.co/datasets/Wauplin/example-space-to-dataset-image-zip\n\n## Code"
|
110 |
)
|
111 |
with gr.Accordion("Source code", open=True):
|
112 |
gr.Code(_get_demo_code("app_1M_image.py"), language="python")
|