Spaces:
Sleeping
Sleeping
text completion
Browse files- 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 =
|
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(
|