Update app.py
Browse files
app.py
CHANGED
@@ -71,9 +71,7 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
71 |
<!-- Container for GIFs -->
|
72 |
<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">
|
73 |
<!-- First GIF -->
|
74 |
-
<img src="https://
|
75 |
-
<!-- Second GIF -->
|
76 |
-
<img src="//img.alicdn.com/imgextra/i2/O1CN01KDhOma1DUo8oa7OIU_!!6000000000220-1-tps-240-240.gif" width="200px" />
|
77 |
</div>
|
78 |
<!-- Header Text -->
|
79 |
<h1>Qwen2.5-Coder-32B with SambaNova Cloud API</h1>
|
|
|
71 |
<!-- Container for GIFs -->
|
72 |
<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">
|
73 |
<!-- First GIF -->
|
74 |
+
<img src="https://huggingface.co/spaces/sambanovasystems/SambaNova-Qwen2.5-Coder-Artifacts/blob/main/logo.png" width="200px" />
|
|
|
|
|
75 |
</div>
|
76 |
<!-- Header Text -->
|
77 |
<h1>Qwen2.5-Coder-32B with SambaNova Cloud API</h1>
|