Arafath10 commited on
Commit
a5be8da
·
1 Parent(s): c7aad4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -3,9 +3,7 @@ import gradio as gr
3
  # Global variables
4
  chat_histories = {}
5
  current_chat_id = 0
6
-
7
- import pyttsx3
8
- engine = pyttsx3.init() # object creation
9
 
10
  with gr.Blocks() as demo:
11
 
 
3
  # Global variables
4
  chat_histories = {}
5
  current_chat_id = 0
6
+ # object creation
 
 
7
 
8
  with gr.Blocks() as demo:
9