hysts HF staff commited on
Commit
3ace5d1
·
1 Parent(s): 3620366
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,4 +27,6 @@ with gr.Blocks(css="style.css") as demo:
27
  height=1000,
28
  elem_id="table",
29
  )
30
- demo.queue(api_open=False).launch()
 
 
 
27
  height=1000,
28
  elem_id="table",
29
  )
30
+
31
+ if __name__ == "__main__":
32
+ demo.queue(api_open=False).launch()