Spaces:
Running
on
Zero
Running
on
Zero
update hf link (#17)
Browse files- update hf link (e7a517535fb3631cf09ca30c01427e966597e6c9)
app.py
CHANGED
@@ -377,7 +377,7 @@ def create_gradio_interface():
|
|
377 |
"examples/4.png", "examples/5.png", "examples/6.png"],
|
378 |
inputs=image_input, label="Examples"
|
379 |
)
|
380 |
-
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/Tiny-VLMs-Lab/discussions) | [
|
381 |
|
382 |
with gr.Tab("📰 README.md"):
|
383 |
with gr.Accordion("(Result.md)", open=True):
|
@@ -412,4 +412,5 @@ def create_gradio_interface():
|
|
412 |
|
413 |
if __name__ == "__main__":
|
414 |
demo = create_gradio_interface()
|
|
|
415 |
demo.queue(max_size=50).launch(share=True, ssr_mode=False, show_error=True)
|
|
|
377 |
"examples/4.png", "examples/5.png", "examples/6.png"],
|
378 |
inputs=image_input, label="Examples"
|
379 |
)
|
380 |
+
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/Tiny-VLMs-Lab/discussions) | [prithivMLmods🤗](https://huggingface.co/prithivMLmods)")
|
381 |
|
382 |
with gr.Tab("📰 README.md"):
|
383 |
with gr.Accordion("(Result.md)", open=True):
|
|
|
412 |
|
413 |
if __name__ == "__main__":
|
414 |
demo = create_gradio_interface()
|
415 |
+
|
416 |
demo.queue(max_size=50).launch(share=True, ssr_mode=False, show_error=True)
|