Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
·
0332fe4
1
Parent(s):
af9ed86
Update app.py
Browse files
app.py
CHANGED
@@ -292,6 +292,7 @@ class ChatDocumentQA:
|
|
292 |
|
293 |
demo.launch()
|
294 |
|
|
|
295 |
if __name__ == "__main__":
|
296 |
chatdocumentqa = ChatDocumentQA()
|
297 |
chatdocumentqa.gradio_interface()
|
|
|
292 |
|
293 |
demo.launch()
|
294 |
|
295 |
+
|
296 |
if __name__ == "__main__":
|
297 |
chatdocumentqa = ChatDocumentQA()
|
298 |
chatdocumentqa.gradio_interface()
|