Jsevisal commited on
Commit
abce107
·
verified ·
1 Parent(s): 1d47075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(
177
  game_instances = {}
178
  sessions_to_remove = {}
179
  cooldown_time = 120 # Time in seconds to remove the session from the game_instances
180
- model_class = Model_class(lang=lang, model_type=model)
181
 
182
  # Creating a Markdown component to display the header
183
  header = gr.Markdown(
 
177
  game_instances = {}
178
  sessions_to_remove = {}
179
  cooldown_time = 120 # Time in seconds to remove the session from the game_instances
180
+ model_class = Model_class(lang=0, model_type=model)
181
 
182
  # Creating a Markdown component to display the header
183
  header = gr.Markdown(