tamas.kiss commited on
Commit
dd61626
1 Parent(s): 8dae07d

Update function call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,5 +201,5 @@ def text_to_text_generation(prompt):
201
 
202
  return true_response
203
 
204
- iface = gr.Interface(fn=semantic_search, inputs="text", outputs="text")
205
  iface.launch()
 
201
 
202
  return true_response
203
 
204
+ iface = gr.Interface(fn=text_to_text_generation, inputs="text", outputs="text")
205
  iface.launch()