Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,6 +123,6 @@ with demo:
|
|
| 123 |
output = gr.HTML(label="Generated code")
|
| 124 |
|
| 125 |
event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
|
| 126 |
-
gr.HTML(label="Contact", value="<img src='https://huggingface.co/datasets/bigcode/admin/resolve/main/bigcode_contact.png' alt='contact' style='display: block; margin: auto; max-width: 800px;'>")
|
| 127 |
|
| 128 |
demo.launch()
|
|
|
|
| 123 |
output = gr.HTML(label="Generated code")
|
| 124 |
|
| 125 |
event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
|
| 126 |
+
# gr.HTML(label="Contact", value="<img src='https://huggingface.co/datasets/bigcode/admin/resolve/main/bigcode_contact.png' alt='contact' style='display: block; margin: auto; max-width: 800px;'>")
|
| 127 |
|
| 128 |
demo.launch()
|