Rijgersberg commited on
Commit
699d2be
1 Parent(s): 4223c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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)