minhdang commited on
Commit
f5f9edf
1 Parent(s): 94e7eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def gen(
72
 
73
 
74
  chat_interface = gr.ChatInterface(
75
- fn=generate,
76
  additional_inputs=[
77
  gr.Textbox(label="System prompt", lines=6),
78
  gr.Slider(
 
72
 
73
 
74
  chat_interface = gr.ChatInterface(
75
+ fn=gen,
76
  additional_inputs=[
77
  gr.Textbox(label="System prompt", lines=6),
78
  gr.Slider(