Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ html = """<iframe src="https://ghbtns.com/github-btn.html?user=codelion&repo=opt
|
|
| 108 |
"""
|
| 109 |
|
| 110 |
with gr.Blocks() as demo:
|
| 111 |
-
gr.Markdown("# optillm - LLM
|
| 112 |
gr.HTML(html)
|
| 113 |
|
| 114 |
with gr.Row():
|
|
|
|
| 108 |
"""
|
| 109 |
|
| 110 |
with gr.Blocks() as demo:
|
| 111 |
+
gr.Markdown("# optillm - Optimizing LLM Inference")
|
| 112 |
gr.HTML(html)
|
| 113 |
|
| 114 |
with gr.Row():
|