Spaces:
Runtime error
Runtime error
City
commited on
Commit
·
aa7db78
1
Parent(s):
0044332
Change title
Browse files- demo_class_gradio.py +1 -1
demo_class_gradio.py
CHANGED
@@ -41,7 +41,7 @@ pipeline = CityClassifierMultiModelPipeline(
|
|
41 |
)
|
42 |
gr.Interface(
|
43 |
fn = pipeline,
|
44 |
-
title = "
|
45 |
article = article,
|
46 |
inputs = [
|
47 |
gr.Image(label="Input image", type="pil"),
|
|
|
41 |
)
|
42 |
gr.Interface(
|
43 |
fn = pipeline,
|
44 |
+
title = "Anime Classifiers - demo",
|
45 |
article = article,
|
46 |
inputs = [
|
47 |
gr.Image(label="Input image", type="pil"),
|