Javierss commited on
Commit
2724588
·
1 Parent(s): c07624e

Add requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  state = gr.State(-1)
67
  difficulty = gr.State(-1)
68
  hint = gr.State(False)
69
- hint_path = "/home/user/Research/semantrix/config/hint.png"
70
  game = Semantrix()
71
 
72
 
 
66
  state = gr.State(-1)
67
  difficulty = gr.State(-1)
68
  hint = gr.State(False)
69
+ hint_path = "config/hint.png"
70
  game = Semantrix()
71
 
72