Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,8 @@ demo = gr.Interface(
|
|
104 |
#10,
|
105 |
#12,
|
106 |
#4,
|
107 |
-
|
108 |
-
|
109 |
#"baz",
|
110 |
#"bar",
|
111 |
#os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"),
|
|
|
104 |
#10,
|
105 |
#12,
|
106 |
#4,
|
107 |
+
True,
|
108 |
+
["foo", "baz"],
|
109 |
#"baz",
|
110 |
#"bar",
|
111 |
#os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"),
|