Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ def submit(
|
|
| 188 |
return f"something went wrong {response.status_code} = {response.text}"
|
| 189 |
|
| 190 |
with gr.Blocks(css=STYLE) as hf_endpoint:
|
| 191 |
-
with gr.Tab("
|
| 192 |
gr.Markdown("# Deploy LLM on π€ Hugging Face Inference Endpoint", elem_classes=["center"])
|
| 193 |
|
| 194 |
with gr.Column(elem_classes=["group-border"]):
|
|
|
|
| 188 |
return f"something went wrong {response.status_code} = {response.text}"
|
| 189 |
|
| 190 |
with gr.Blocks(css=STYLE) as hf_endpoint:
|
| 191 |
+
with gr.Tab("Hugging Face", elem_classes=["no-border"]):
|
| 192 |
gr.Markdown("# Deploy LLM on π€ Hugging Face Inference Endpoint", elem_classes=["center"])
|
| 193 |
|
| 194 |
with gr.Column(elem_classes=["group-border"]):
|