Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,6 +32,8 @@ from worldgen import WorldGen
|
|
| 32 |
|
| 33 |
from huggingface_hub import hf_hub_download
|
| 34 |
|
|
|
|
|
|
|
| 35 |
def get_worldgen():
|
| 36 |
global _wg
|
| 37 |
if _wg is None:
|
|
|
|
| 32 |
|
| 33 |
from huggingface_hub import hf_hub_download
|
| 34 |
|
| 35 |
+
_wg = None
|
| 36 |
+
|
| 37 |
def get_worldgen():
|
| 38 |
global _wg
|
| 39 |
if _wg is None:
|