dikro commited on
Commit
9afc401
·
verified ·
1 Parent(s): 2fe9c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -141,13 +141,7 @@ demo = gr.Interface(
141
  ),
142
  title="Messy Mashup Genre Classifier",
143
  description=DESCRIPTION,
144
- theme=gr.themes.Soft(
145
- primary_hue="violet",
146
- secondary_hue="blue",
147
- ),
148
- allow_flagging="never",
149
- analytics_enabled=False,
150
- )
151
 
152
  if __name__ == "__main__":
153
  demo.launch()
 
141
  ),
142
  title="Messy Mashup Genre Classifier",
143
  description=DESCRIPTION,
144
+ )
 
 
 
 
 
 
145
 
146
  if __name__ == "__main__":
147
  demo.launch()