Spaces:
Running
on
Zero
Running
on
Zero
Rijgersberg
commited on
Commit
•
699d2be
1
Parent(s):
4223c0e
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)
|