OmkarShidore commited on
Commit
332f8ba
1 Parent(s): e5b4b68

changed theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def main():
32
  title='Image To Text- Scene Description',
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__':
 
32
  title='Image To Text- Scene Description',
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.Default()
36
  ).launch()
37
 
38
  if __name__ == '__main__':