npro65 commited on
Commit
31bf61a
·
verified ·
1 Parent(s): f124140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ demo = gr.Interface(
53
  description="Upload an image and ask a question about it."
54
  )
55
 
56
- # 5. Launch (Hugging Face Spaces will run this automatically)
57
  if __name__ == "__main__":
58
  demo.launch()
59
 
 
53
  description="Upload an image and ask a question about it."
54
  )
55
 
56
+ # 5. Launch
57
  if __name__ == "__main__":
58
  demo.launch()
59