Omnibus commited on
Commit
580c7fc
1 Parent(s): d7efa83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -286,9 +286,9 @@ with gr.Blocks() as app:
286
  url_params = gr.JSON({}, visible=True, label="")
287
  acc=gr.Textbox()
288
  with gr.Row():
289
- hid_sky=gr.Image(type='filepath')
290
- hid_star=gr.Image(type='filepath')
291
- hid_enemy=gr.Image(type='filepath')
292
 
293
  def return_score(text):
294
  return text
 
286
  url_params = gr.JSON({}, visible=True, label="")
287
  acc=gr.Textbox()
288
  with gr.Row():
289
+ hid_sky=gr.PIL()
290
+ hid_star=gr.PIL()
291
+ hid_enemy=gr.PIL()
292
 
293
  def return_score(text):
294
  return text