files
Browse files
app.py
CHANGED
|
@@ -209,4 +209,5 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
| 209 |
run_btn.click(run_mega_simulation, file_input, [game, logs])
|
| 210 |
|
| 211 |
if __name__ == "__main__":
|
| 212 |
-
demo.launch()
|
|
|
|
|
|
| 209 |
run_btn.click(run_mega_simulation, file_input, [game, logs])
|
| 210 |
|
| 211 |
if __name__ == "__main__":
|
| 212 |
+
demo.launch()
|
| 213 |
+
# --- TRAINING SCRIPT SNIPPET FOR REFERENCE ---
|