Mansurbek commited on
Commit
2f3bb8b
1 Parent(s): 2a60f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def df(arr):
24
 
25
  def fn(text):
26
  for model in models:
27
- yield pipeline("fill-mask", model=model)
28
 
29
 
30
  with gr.Blocks() as demo:
 
24
 
25
  def fn(text):
26
  for model in models:
27
+ yield df(pipeline("fill-mask", model=model))
28
 
29
 
30
  with gr.Blocks() as demo: