Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -418,6 +418,6 @@ def create_gradio_interface():
|
|
| 418 |
if __name__ == "__main__":
|
| 419 |
try:
|
| 420 |
demo = create_gradio_interface()
|
| 421 |
-
demo.launch(share=True)
|
| 422 |
except Exception as e:
|
| 423 |
print(f"Error launching application: {str(e)}")
|
|
|
|
| 418 |
if __name__ == "__main__":
|
| 419 |
try:
|
| 420 |
demo = create_gradio_interface()
|
| 421 |
+
demo.launch(debug=True,share=True)
|
| 422 |
except Exception as e:
|
| 423 |
print(f"Error launching application: {str(e)}")
|