OmkarShidore commited on
Commit
e5b4b68
1 Parent(s): 41c39b8

shared removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
  description="<html> <body> <h3>Hugging Face: <a href='https://huggingface.co/OmkarShidore/scene-caption'>OmkarShidore/scene-caption</a></h3><h3>Git: <a href='https://github.com/OmkarShidore/ImageToText-SceneDescription'>OmkarShidore/ImageToText-SceneDescription</a></h3> </body></html>",
34
  examples=["./data/car.jpg", "./data/gsd.jpg", "./data/highway.jpg"],
35
  theme=gr.themes.Base()
36
- ).launch(share=True);
37
 
38
  if __name__ == '__main__':
39
  main()
 
33
  description="<html> <body> <h3>Hugging Face: <a href='https://huggingface.co/OmkarShidore/scene-caption'>OmkarShidore/scene-caption</a></h3><h3>Git: <a href='https://github.com/OmkarShidore/ImageToText-SceneDescription'>OmkarShidore/ImageToText-SceneDescription</a></h3> </body></html>",
34
  examples=["./data/car.jpg", "./data/gsd.jpg", "./data/highway.jpg"],
35
  theme=gr.themes.Base()
36
+ ).launch()
37
 
38
  if __name__ == '__main__':
39
  main()