Spaces:
Sleeping
Sleeping
root
commited on
Commit
·
5188754
1
Parent(s):
6f68660
Try to test something
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ def classifyArchitecture(img):
|
|
18 |
|
19 |
return result
|
20 |
|
21 |
-
page = gr.Interface(fn=classifyArchitecture, inputs="image", outputs="text", title="
|
22 |
page.launch()
|
|
|
18 |
|
19 |
return result
|
20 |
|
21 |
+
page = gr.Interface(fn=classifyArchitecture, inputs="image", outputs="text", title="Find out the Architecture Style",)
|
22 |
page.launch()
|