root commited on
Commit
5188754
·
1 Parent(s): 6f68660

Try to test something

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Classify Architecture Styles",)
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()