Rajeev91691 commited on
Commit
571ae62
·
verified ·
1 Parent(s): be49deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,7 +126,7 @@ def app():
126
  iou_threshold,
127
  ],
128
  outputs=[output_image],
129
- cache_examples="lazy",
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():