Weyaxi commited on
Commit
313996e
·
verified ·
1 Parent(s): 5253b4c

retired thing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,6 +113,6 @@ def commit_gradio(from_model, to_model, hf_token):
113
  except Exception as e:
114
  return e
115
 
116
- demo = gr.Interface(fn=commit_gradio, inputs=["text", "text", "text"], outputs="text")
117
 
118
  demo.launch(debug=True)
 
113
  except Exception as e:
114
  return e
115
 
116
+ demo = gr.Interface(fn=commit_gradio, inputs=["text", "text", "text"], outputs="text", title="Open LLM Leaderboard was retired on March 13, 2025. This space will likely be retired soon as well!")
117
 
118
  demo.launch(debug=True)