Spaces:
Build error
Build error
Commit
·
c7ccbbb
1
Parent(s):
a323bb4
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def predict(sentence, history=[]):
|
|
| 65 |
if tag == intent["tag"]:
|
| 66 |
reply = [random.choice(intent['responses'])]
|
| 67 |
|
| 68 |
-
return reply
|
| 69 |
|
| 70 |
import gradio as gr
|
| 71 |
|
|
|
|
| 65 |
if tag == intent["tag"]:
|
| 66 |
reply = [random.choice(intent['responses'])]
|
| 67 |
|
| 68 |
+
return reply
|
| 69 |
|
| 70 |
import gradio as gr
|
| 71 |
|