Spaces:
Running
Running
Jellyfish042
commited on
Commit
β’
c96965d
1
Parent(s):
12d9ced
update
Browse files
app.py
CHANGED
@@ -292,9 +292,9 @@ css = '''
|
|
292 |
'''
|
293 |
|
294 |
with gr.Blocks(css=css) as demo:
|
295 |
-
gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">π
|
296 |
gr.HTML(
|
297 |
-
"<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval, where fancy fine-tuning and cheating wonβt work π«; only compute π», data π, and real innovation π₯ can prevail!</span></h1>")
|
298 |
with gr.Tabs() as tabs:
|
299 |
with gr.Tab("π Leaderboard"):
|
300 |
with gr.Row():
|
|
|
292 |
'''
|
293 |
|
294 |
with gr.Blocks(css=css) as demo:
|
295 |
+
gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">π LLM Compression Leaderboard</span></h1>')
|
296 |
gr.HTML(
|
297 |
+
"<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval LLM Compression Leaderboard, where fancy fine-tuning and cheating wonβt work π«; only compute π», data π, and real innovation π₯ can prevail!</span></h1>")
|
298 |
with gr.Tabs() as tabs:
|
299 |
with gr.Tab("π Leaderboard"):
|
300 |
with gr.Row():
|