Sagi Polaczek
commited on
Commit
·
ee81cd9
1
Parent(s):
fc233bc
rename title
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ gradio_app = gr.Interface(
|
|
13 |
predict,
|
14 |
inputs="text",
|
15 |
outputs="label",
|
16 |
-
title="Soluble or insoluble, that is the question
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
|
|
13 |
predict,
|
14 |
inputs="text",
|
15 |
outputs="label",
|
16 |
+
title="Soluble or insoluble, that is the question",
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|