Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,11 +102,7 @@ def create_chat_interface():
|
|
102 |
# Main app definition
|
103 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="red", secondary_hue="pink")) as demo:
|
104 |
with gr.Tabs():
|
105 |
-
# Chat
|
106 |
-
with gr.TabItem("Chat"):
|
107 |
-
chat_interface = create_chat_interface()
|
108 |
-
|
109 |
-
# Video Processing Tab
|
110 |
with gr.TabItem("Video Processing"):
|
111 |
text_input = gr.Textbox(lines=5, label="Text (8 words max per line)")
|
112 |
process_button = gr.Button("Process Video")
|
|
|
102 |
# Main app definition
|
103 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="red", secondary_hue="pink")) as demo:
|
104 |
with gr.Tabs():
|
105 |
+
# Chat Ta
|
|
|
|
|
|
|
|
|
106 |
with gr.TabItem("Video Processing"):
|
107 |
text_input = gr.Textbox(lines=5, label="Text (8 words max per line)")
|
108 |
process_button = gr.Button("Process Video")
|