Spaces:
Build error
Build error
Commit
·
15932ce
1
Parent(s):
2186a48
fix title
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
|
|
34 |
query_image,
|
35 |
inputs=[gr.Image()],
|
36 |
outputs="image",
|
37 |
-
title="
|
38 |
)
|
39 |
|
40 |
demo.launch()
|
|
|
34 |
query_image,
|
35 |
inputs=[gr.Image()],
|
36 |
outputs="image",
|
37 |
+
title="doc-ufcn generic page Demo",
|
38 |
)
|
39 |
|
40 |
demo.launch()
|