rrg92 commited on
Commit
35cba45
·
1 Parent(s): 6e01260
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ async def openai_embeddings(request: Request):
44
  }
45
 
46
  def fn(text):
47
- embed(text);
48
 
49
  with gr.Blocks(fill_height=True) as demo:
50
  text = gr.Textbox();
 
44
  }
45
 
46
  def fn(text):
47
+ return embed(text);
48
 
49
  with gr.Blocks(fill_height=True) as demo:
50
  text = gr.Textbox();