Spaces:
Sleeping
Sleeping
Update image2text.py
#6
by
yuling0916
- opened
- image2text.py +1 -1
image2text.py
CHANGED
@@ -20,7 +20,7 @@ def explain_image(image: Image.Image):
|
|
20 |
|
21 |
# Gradio δ»ι’
|
22 |
with gr.Blocks() as demo:
|
23 |
-
gr.Markdown("##
|
24 |
image_input = gr.Image(type="pil", label="δΈε³εη")
|
25 |
explain_button = gr.Button("θ§£ιεη")
|
26 |
output_text = gr.Textbox(label="εηθͺͺζ", lines=5)
|
|
|
20 |
|
21 |
# Gradio δ»ι’
|
22 |
with gr.Blocks() as demo:
|
23 |
+
gr.Markdown("## π§ ζ―θ²ι«δΈ θιεͺ εηζΊζ
§εζοΌε β ζοΌ")
|
24 |
image_input = gr.Image(type="pil", label="δΈε³εη")
|
25 |
explain_button = gr.Button("θ§£ιεη")
|
26 |
output_text = gr.Textbox(label="εηθͺͺζ", lines=5)
|