SanaomerUnity commited on
Commit
0f369a5
·
verified ·
1 Parent(s): 60b534b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,4 +30,5 @@ def eval(fenstring):
30
  iface = gr.Interface(fn=eval, title="Stockfish chessboard eval",
31
  description="Stockfish 14 chess evaluation using pychess engine component. Enter in fen string to get the board eval and the 3 best moves with continuations\
32
  Stockfish 15 would not execute in huggingface due to glibc", inputs="text", outputs="text")
 
33
  iface.launch()
 
30
  iface = gr.Interface(fn=eval, title="Stockfish chessboard eval",
31
  description="Stockfish 14 chess evaluation using pychess engine component. Enter in fen string to get the board eval and the 3 best moves with continuations\
32
  Stockfish 15 would not execute in huggingface due to glibc", inputs="text", outputs="text")
33
+ iface.queue(api_open=True)
34
  iface.launch()