Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,4 +229,5 @@ if __name__ == "__main__":
|
|
| 229 |
# Launch with proper configuration for Hugging Face
|
| 230 |
demo.launch(
|
| 231 |
debug=False,
|
|
|
|
| 232 |
)
|
|
|
|
| 229 |
# Launch with proper configuration for Hugging Face
|
| 230 |
demo.launch(
|
| 231 |
debug=False,
|
| 232 |
+
share=True
|
| 233 |
)
|