Spaces:
Runtime error
Runtime error
Ankur Goyal
commited on
Commit
·
2b1c83d
1
Parent(s):
177edb5
Remove debug flag
Browse files
app.py
CHANGED
|
@@ -209,4 +209,4 @@ with gr.Blocks() as demo:
|
|
| 209 |
gr.Markdown("[Github Repo](https://github.com/impira/docquery)")
|
| 210 |
|
| 211 |
if __name__ == "__main__":
|
| 212 |
-
demo.launch(
|
|
|
|
| 209 |
gr.Markdown("[Github Repo](https://github.com/impira/docquery)")
|
| 210 |
|
| 211 |
if __name__ == "__main__":
|
| 212 |
+
demo.launch()
|