Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,5 +38,7 @@ def generate(prompt, history):
|
|
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
-
chat_interface = gr.ChatInterface(
|
|
|
|
|
|
|
| 42 |
chat_interface.launch(share=True)
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
+
chat_interface = gr.ChatInterface(
|
| 42 |
+
fn=generate,
|
| 43 |
+
)
|
| 44 |
chat_interface.launch(share=True)
|