Spaces:
Sleeping
Sleeping
Tran Xuan Huy
commited on
Commit
•
5e74cff
1
Parent(s):
6fb6325
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ database = [cmd.lower() for cmd in new2oldmatch.keys()]
|
|
53 |
db_df = encode_database(database)
|
54 |
|
55 |
demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
|
56 |
-
demo.launch(
|
|
|
53 |
db_df = encode_database(database)
|
54 |
|
55 |
demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
|
56 |
+
demo.launch()
|