TogetherAI commited on
Commit
b1b86f8
1 Parent(s): faa071c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ title = """
61
  """
62
 
63
 
64
- with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
65
  with gr.Column(elem_id="col-container"):
66
  gr.HTML(title)
67
 
 
61
  """
62
 
63
 
64
+ with gr.Blocks(analytics_enabled=False, css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
65
  with gr.Column(elem_id="col-container"):
66
  gr.HTML(title)
67