Spaces:
Runtime error
Runtime error
Better description
Browse files
app.py
CHANGED
@@ -140,13 +140,14 @@ monospace_css = """
|
|
140 |
|
141 |
css += share_btn_css + monospace_css + ".gradio-container {color: black}"
|
142 |
|
143 |
-
description = """
|
144 |
<div style="text-align: center;">
|
145 |
<h1> Phind VS WizardCoder Playground</h1>
|
146 |
</div>
|
147 |
<div style="text-align: left;">
|
148 |
-
<p>
|
149 |
-
<p>
|
|
|
150 |
</div>
|
151 |
"""
|
152 |
|
|
|
140 |
|
141 |
css += share_btn_css + monospace_css + ".gradio-container {color: black}"
|
142 |
|
143 |
+
description = f"""
|
144 |
<div style="text-align: center;">
|
145 |
<h1> Phind VS WizardCoder Playground</h1>
|
146 |
</div>
|
147 |
<div style="text-align: left;">
|
148 |
+
<p>Compare python code generations from <a href="https://hf.co/{model_id_1}">{model_id_1}</a> (73.8% pass@1 on HumanEval) & <a href="https://hf.co/{model_id_2}">{model_id_2}</a> (73.2 pass@1 on HumanEval), which makes them surpass GPT4 (2023/03/15) on the same benchmark</p>
|
149 |
+
<p>Moreover, you can try those models on VSCode using HF Autocomplete extenson. Read more <a href="https://github.com/huggingface/huggingface-vscode#phind-and-wizardcoder">here</a>.</p>
|
150 |
+
<p>This space is cloned from <a href="https://hf.co/codellama/codellama-playground">codellama/codellama-playground</a></p>
|
151 |
</div>
|
152 |
"""
|
153 |
|