Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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...")
|