Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,24 +69,6 @@ def create_playground_footer():
|
|
69 |
**To Learn More about 🤗 Hugging Face, [Click Here](https://huggingface.co/docs)**
|
70 |
""")
|
71 |
|
72 |
-
# def create_tabs_header(topic, description, references):
|
73 |
-
# with gr.Row():
|
74 |
-
# with gr.Column(scale=4):
|
75 |
-
# # reference_list = "> " + "\n> ".join(references)
|
76 |
-
# # content = f"## {topic}\n"
|
77 |
-
# # content += f"### {description}\n"
|
78 |
-
# # for ref in references:
|
79 |
-
# # content += f"> {ref}\n"
|
80 |
-
# # gr.Markdown(content)
|
81 |
-
# gr.Markdown("""
|
82 |
-
# ## Image Captioning
|
83 |
-
# ### Upload a image, check what AI understand and have vision on it.
|
84 |
-
# > category: Image-to-Text, model: [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)
|
85 |
-
# """)
|
86 |
-
|
87 |
-
# with gr.Column(scale=1):
|
88 |
-
# test_pipeline_button = gr.Button(value="Start Process", variant="primary")
|
89 |
-
# return test_pipeline_button
|
90 |
|
91 |
with playground:
|
92 |
create_playground_header()
|
|
|
69 |
**To Learn More about 🤗 Hugging Face, [Click Here](https://huggingface.co/docs)**
|
70 |
""")
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
with playground:
|
74 |
create_playground_header()
|