harpreetsahota commited on
Commit
16b61e6
1 Parent(s): ebe6cda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,6 +190,6 @@ with demo:
190
 
191
 
192
  event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
193
- gr.HTML(label="Keep in touch", value="<img src='https://huggingface.co/spaces/Deci/DeciCoder-Demo/blob/main/deci-coder-banner.png' alt='Keep in touch' style='display: block; color: #292b47; margin: auto; max-width: 800px;'>")
194
 
195
  demo.launch()
 
190
 
191
 
192
  event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
193
+ gr.HTML(label="Keep in touch", value="<img src='https://huggingface.co/spaces/Deci/DeciCoder-Demo/resolve/main/deci-coder-banner.png' alt='Keep in touch' style='display: block; color: #292b47; margin: auto; max-width: 800px;'>")
194
 
195
  demo.launch()