Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def main():
|
|
| 80 |
inputs.extend(videos)
|
| 81 |
gr.Examples(examples=[[sample_text[i], x[0], x[1], x[2], x[3], x[4]] for i, x in enumerate(sample_videos)], inputs=inputs)
|
| 82 |
|
| 83 |
-
demo.launch(
|
| 84 |
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
|
|
|
| 80 |
inputs.extend(videos)
|
| 81 |
gr.Examples(examples=[[sample_text[i], x[0], x[1], x[2], x[3], x[4]] for i, x in enumerate(sample_videos)], inputs=inputs)
|
| 82 |
|
| 83 |
+
demo.launch()
|
| 84 |
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|