Spaces:
Paused
Paused
Update app.py
Browse files
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)
|