Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def main():
|
|
| 218 |
related literature
|
| 219 |
|
| 220 |
ex. Finding optimal site locations for solar farms"""
|
| 221 |
-
).launch()
|
| 222 |
|
| 223 |
|
| 224 |
if __name__ == '__main__':
|
|
|
|
| 218 |
related literature
|
| 219 |
|
| 220 |
ex. Finding optimal site locations for solar farms"""
|
| 221 |
+
).launch(debug=True)
|
| 222 |
|
| 223 |
|
| 224 |
if __name__ == '__main__':
|