Update
Browse files
app.py
CHANGED
|
@@ -27,4 +27,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 27 |
height=1000,
|
| 28 |
elem_id="table",
|
| 29 |
)
|
| 30 |
-
|
|
|
|
|
|
|
|
|
| 27 |
height=1000,
|
| 28 |
elem_id="table",
|
| 29 |
)
|
| 30 |
+
|
| 31 |
+
if __name__ == "__main__":
|
| 32 |
+
demo.queue(api_open=False).launch()
|