kassemsabeh
commited on
Commit
·
0e7185d
1
Parent(s):
98ffc35
Fix app name
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
23 |
predict,
|
24 |
inputs=["text", "text"],
|
25 |
outputs=['text'],
|
26 |
-
title="
|
27 |
)
|
28 |
|
29 |
iface.launch()
|
|
|
23 |
predict,
|
24 |
inputs=["text", "text"],
|
25 |
outputs=['text'],
|
26 |
+
title="GAVI",
|
27 |
)
|
28 |
|
29 |
iface.launch()
|