Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def app():
|
|
| 126 |
iou_threshold,
|
| 127 |
],
|
| 128 |
outputs=[output_image],
|
| 129 |
-
cache_examples="
|
| 130 |
)
|
| 131 |
|
| 132 |
gradio_app = gr.Blocks()
|
|
@@ -141,7 +141,6 @@ with gradio_app:
|
|
| 141 |
"""
|
| 142 |
<h3 style='text-align: center'>
|
| 143 |
Follow me for more!
|
| 144 |
-
<a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> | <a href='https://www.huggingface.co/kadirnar/' target='_blank'>HuggingFace</a>
|
| 145 |
</h3>
|
| 146 |
""")
|
| 147 |
with gr.Row():
|
|
|
|
| 126 |
iou_threshold,
|
| 127 |
],
|
| 128 |
outputs=[output_image],
|
| 129 |
+
cache_examples="True",
|
| 130 |
)
|
| 131 |
|
| 132 |
gradio_app = gr.Blocks()
|
|
|
|
| 141 |
"""
|
| 142 |
<h3 style='text-align: center'>
|
| 143 |
Follow me for more!
|
|
|
|
| 144 |
</h3>
|
| 145 |
""")
|
| 146 |
with gr.Row():
|