space-sue commited on
Commit
8f0642b
1 Parent(s): 49d3b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_interface(model_name="medium"):
63
  # theme=gr.themes.Default(),
64
  theme=gr.themes.Glass(
65
  primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.purple),
66
- title="Tellor AI - Public Speech Analysis",
67
  # description=DESCRIPTION,
68
  allow_flagging="never",
69
  )
 
63
  # theme=gr.themes.Default(),
64
  theme=gr.themes.Glass(
65
  primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.purple),
66
+ title="Analysis of Speech from Video",
67
  # description=DESCRIPTION,
68
  allow_flagging="never",
69
  )