chansung commited on
Commit
5c9d90a
β€’
1 Parent(s): d22372b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("πŸ€— Inference Endpoint", 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"]):
 
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"]):