bgamazay commited on
Commit
d05cc50
·
verified ·
1 Parent(s): 29889b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,4 +210,4 @@ Select different tasks to see scored models. Submit open models for testing and
210
  """Last updated: February 2025"""
211
  )
212
 
213
- demo.launch()
 
210
  """Last updated: February 2025"""
211
  )
212
 
213
+ demo.launch(share=True) # Added share=True here