chat
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@
|
|
| 61 |
|
| 62 |
# if __name__ == "__main__":
|
| 63 |
# demo.launch()
|
| 64 |
-
|
| 65 |
import random
|
| 66 |
|
| 67 |
def typed_response(message, history):
|
|
|
|
| 61 |
|
| 62 |
# if __name__ == "__main__":
|
| 63 |
# demo.launch()
|
| 64 |
+
import gradio as gr
|
| 65 |
import random
|
| 66 |
|
| 67 |
def typed_response(message, history):
|