TIMBOVILL commited on
Commit
ddde924
·
verified ·
1 Parent(s): c3a6074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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 Tab
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")