Spaces:
Runtime error
Runtime error
kpjmcg
commited on
Commit
·
037681c
1
Parent(s):
66ea683
fix typos
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ class Demo:
|
|
40 |
outputs = mappings[self.types[1]]["type"]
|
41 |
|
42 |
Interface(fn=self.learner_predict, inputs=inputs, outputs=outputs,
|
43 |
-
examples = ["examples/earthen1.jpg", "examples/earthen2.png", "porcelain1.png", "porcelain2.png"],
|
44 |
**kwargs).launch(share=share, debug=debug, auth=auth)
|
45 |
|
46 |
|
|
|
40 |
outputs = mappings[self.types[1]]["type"]
|
41 |
|
42 |
Interface(fn=self.learner_predict, inputs=inputs, outputs=outputs,
|
43 |
+
examples = ["examples/earthen1.jpg", "examples/earthen2.png", "examples/porcelain1.png", "examples/porcelain2.png"],
|
44 |
**kwargs).launch(share=share, debug=debug, auth=auth)
|
45 |
|
46 |
|