Spaces:
Running
Running
bilgeyucel
commited on
Commit
•
4d2d71e
1
Parent(s):
8334aa7
Add desc
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def generate_caption(image_file_paths):
|
|
43 |
return caption["results"][0]
|
44 |
|
45 |
with gr.Blocks(theme="soft") as demo:
|
|
|
46 |
image = gr.Image(type="filepath")
|
47 |
submit_btn = gr.Button("✨ Captionate ✨")
|
48 |
caption = gr.Textbox(label="Caption")
|
|
|
43 |
return caption["results"][0]
|
44 |
|
45 |
with gr.Blocks(theme="soft") as demo:
|
46 |
+
gr.Markdown(value=description)
|
47 |
image = gr.Image(type="filepath")
|
48 |
submit_btn = gr.Button("✨ Captionate ✨")
|
49 |
caption = gr.Textbox(label="Caption")
|