Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -201,5 +201,5 @@ with gr.Blocks() as demo:
|
|
201 |
refresh_btn.click(refresh_leaderboard, inputs=[], outputs=[leaderboard])
|
202 |
|
203 |
# Launch the Gradio interface
|
204 |
-
|
205 |
-
demo.launch()
|
|
|
201 |
refresh_btn.click(refresh_leaderboard, inputs=[], outputs=[leaderboard])
|
202 |
|
203 |
# Launch the Gradio interface
|
204 |
+
if __name__ == "__main__":
|
205 |
+
demo.launch(share=True)
|