Update app.py
Browse files
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 |
|