Xmaster6y commited on
Commit
f4a47cd
1 Parent(s): e361a7d

text completion

Browse files
Files changed (1) hide show
  1. src/call_interface.py +1 -1
src/call_interface.py CHANGED
@@ -21,7 +21,7 @@ examples = [
21
  "FEN: r2q1rk1/1p3ppp/4bb2/p2p4/5B2/1P1P4/1PPQ1PPP/R3R1K1 w - - 1 17\nMOVE:",
22
  "FEN: 4r1k1/1p1b1ppp/8/8/3P4/2P5/1q3PPP/6K1 b - - 0 28\nMOVE:",
23
  ]
24
- fn = gr.external_utils.text_generation_wrapper(client)
25
 
26
 
27
  interface = gr.Interface(
 
21
  "FEN: r2q1rk1/1p3ppp/4bb2/p2p4/5B2/1P1P4/1PPQ1PPP/R3R1K1 w - - 1 17\nMOVE:",
22
  "FEN: 4r1k1/1p1b1ppp/8/8/3P4/2P5/1q3PPP/6K1 b - - 0 28\nMOVE:",
23
  ]
24
+ fn = client.text_generation
25
 
26
 
27
  interface = gr.Interface(