Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,11 +103,6 @@ iface = gr.Interface(
|
|
103 |
title=title,
|
104 |
description=description,
|
105 |
allow_flagging="never",
|
106 |
-
|
107 |
-
["1fromGOPR1096.MP4.png"],
|
108 |
-
["1fromGOPR0950.png"],
|
109 |
-
["109fromGOPR1096.MP4.png"],
|
110 |
-
["110fromGOPR1087.MP4.png"],
|
111 |
-
],
|
112 |
)
|
113 |
iface.launch(debug=True)
|
|
|
103 |
title=title,
|
104 |
description=description,
|
105 |
allow_flagging="never",
|
106 |
+
|
|
|
|
|
|
|
|
|
|
|
107 |
)
|
108 |
iface.launch(debug=True)
|