hitchhiker3010 commited on
Commit
d2883dc
·
verified ·
1 Parent(s): 20b3af9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ Example: To use <https://huggingface.co/Qwen/Qwen2-72B-Instruct> model's tokeniz
20
  """
21
 
22
 
23
- with gr.Blocks() as demo:
24
  gr.Markdown(MARKDOWN)
25
  with gr.Row():
26
  model_name = gr.Textbox(label="repo_name",interactive=True,placeholder="Enter the HF model here...")
 
20
  """
21
 
22
 
23
+ with gr.Blocks(analytics_enabled=False) as demo:
24
  gr.Markdown(MARKDOWN)
25
  with gr.Row():
26
  model_name = gr.Textbox(label="repo_name",interactive=True,placeholder="Enter the HF model here...")