Spaces:
Sleeping
Sleeping
Update app_main.py
Browse files- app_main.py +2 -1
app_main.py
CHANGED
@@ -585,7 +585,8 @@ def process_pdf():
|
|
585 |
"output_json": "output_path",
|
586 |
"sprites": "result",
|
587 |
"project_output_json": "project_output",
|
588 |
-
"test_url":r"https://prthm11-scratch-vision-game.hf.space/download_sb3/cat_jumping"
|
|
|
589 |
})
|
590 |
except Exception as e:
|
591 |
logger.exception("❌ Failed to process PDF")
|
|
|
585 |
"output_json": "output_path",
|
586 |
"sprites": "result",
|
587 |
"project_output_json": "project_output",
|
588 |
+
# "test_url":r"https://prthm11-scratch-vision-game.hf.space/download_sb3/cat_jumping"
|
589 |
+
"test_url":r"game_samples//Event_test"
|
590 |
})
|
591 |
except Exception as e:
|
592 |
logger.exception("❌ Failed to process PDF")
|