Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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(
|