Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
c314932
1
Parent(s):
a94359c
Update app.py
Browse files
app.py
CHANGED
@@ -520,7 +520,8 @@ class VideoClassifier:
|
|
520 |
|
521 |
# Tabbed interface with the custom CSS and highlighting
|
522 |
gr.TabbedInterface(
|
523 |
-
[interface_1,
|
|
|
524 |
).launch(debug=True, share=True)
|
525 |
|
526 |
# css_code = """
|
|
|
520 |
|
521 |
# Tabbed interface with the custom CSS and highlighting
|
522 |
gr.TabbedInterface(
|
523 |
+
[gr.Row([gr.Column([interface_1], size=12), gr.Column([demo], size=12)])],
|
524 |
+
["Model Selection", "Video Classification"]
|
525 |
).launch(debug=True, share=True)
|
526 |
|
527 |
# css_code = """
|