kfahn commited on
Commit
5c5897d
1 Parent(s): 13c70ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,4 +93,5 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
93
  with gr.Row():
94
  report = wandb_report(report_url)
95
 
96
- demo.launch()
 
 
93
  with gr.Row():
94
  report = wandb_report(report_url)
95
 
96
+ if __name__ == "__main__":
97
+ demo.launch()