Spaces:
Runtime error
Runtime error
ydshieh
commited on
Commit
·
64d99fc
1
Parent(s):
67336fc
update
Browse files
app.py
CHANGED
|
@@ -44,15 +44,15 @@ def main():
|
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column():
|
| 46 |
gr.Examples(examples=[
|
| 47 |
-
["
|
| 48 |
-
["
|
| 49 |
-
["
|
| 50 |
], inputs=[image_input, text_input, do_sample])
|
| 51 |
with gr.Column():
|
| 52 |
gr.Examples(examples=[
|
| 53 |
-
["
|
| 54 |
-
["
|
| 55 |
-
["
|
| 56 |
], inputs=[image_input, text_input, do_sample])
|
| 57 |
gr.Markdown(term_of_use)
|
| 58 |
|
|
|
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column():
|
| 46 |
gr.Examples(examples=[
|
| 47 |
+
["images/two_dogs.jpg", "Detailed", False],
|
| 48 |
+
["images/snowman.png", "Brief", False],
|
| 49 |
+
["images/man_ball.png", "Detailed", False],
|
| 50 |
], inputs=[image_input, text_input, do_sample])
|
| 51 |
with gr.Column():
|
| 52 |
gr.Examples(examples=[
|
| 53 |
+
["images/six_planes.png", "Brief", False],
|
| 54 |
+
["images/quadrocopter.jpg", "Brief", False],
|
| 55 |
+
["images/carnaby_street.jpg", "Brief", False],
|
| 56 |
], inputs=[image_input, text_input, do_sample])
|
| 57 |
gr.Markdown(term_of_use)
|
| 58 |
|