QuickLearnerAI commited on
Commit
d396e5d
·
verified ·
1 Parent(s): e4172cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,5 +207,5 @@ with gr.Blocks(title="ChatPDF with OCR + Together AI", theme=gr.themes.Ocean())
207
  ]
208
  )
209
 
210
- if __name__ == "__main__"
211
  app.launch(share=True)
 
207
  ]
208
  )
209
 
210
+ if __name__ == "__main__":
211
  app.launch(share=True)