DerekLiu35 commited on
Commit
5bf5116
1 Parent(s): 3cec83f

Update app_gradio/app.py

Browse files
Files changed (1) hide show
  1. app_gradio/app.py +1 -1
app_gradio/app.py CHANGED
@@ -50,7 +50,7 @@ def make_frontend(
50
  # build a basic browser interface to a Python function
51
  frontend = gr.Interface(
52
  fn=fn,
53
- outputs=gr.components.Textbox(),
54
  inputs=gr.components.Image(type="pil", label="Chess Board"),
55
  title="♟️ Image to Fen",
56
  thumbnail="FAVICON",
 
50
  # build a basic browser interface to a Python function
51
  frontend = gr.Interface(
52
  fn=fn,
53
+ outputs=[gr.components.Textbox(), gr.components.Image()],
54
  inputs=gr.components.Image(type="pil", label="Chess Board"),
55
  title="♟️ Image to Fen",
56
  thumbnail="FAVICON",