gorkemgoknar commited on
Commit
6f40683
1 Parent(s): b162fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ interface_text = gr.Interface(fn=greet,
209
  css=css, title="Chat Text Only", description=description,article=article)
210
 
211
 
212
- interface_file= gr.Interface.load(greet_textonly,
213
  inputs=[gr.inputs.Dropdown(personality_choices),
214
  "text",
215
  "state"],
 
209
  css=css, title="Chat Text Only", description=description,article=article)
210
 
211
 
212
+ interface_file= gr.Interface(fn=greet_textonly,
213
  inputs=[gr.inputs.Dropdown(personality_choices),
214
  "text",
215
  "state"],