kassemsabeh commited on
Commit
0e7185d
·
1 Parent(s): 98ffc35

Fix app name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  predict,
24
  inputs=["text", "text"],
25
  outputs=['text'],
26
- title="Attribute Generation",
27
  )
28
 
29
  iface.launch()
 
23
  predict,
24
  inputs=["text", "text"],
25
  outputs=['text'],
26
+ title="GAVI",
27
  )
28
 
29
  iface.launch()