Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
93 |
with gr.Row():
|
94 |
report = wandb_report(report_url)
|
95 |
|
96 |
+
if __name__ == "__main__":
|
97 |
+
demo.launch()
|