Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -627,4 +627,4 @@ def serve_audio(filename):
|
|
627 |
|
628 |
if __name__ == '__main__':
|
629 |
pio.templates.default = "plotly_white"
|
630 |
-
app.run(debug=True, host='0.0.0.0', port=7860)
|
|
|
627 |
|
628 |
if __name__ == '__main__':
|
629 |
pio.templates.default = "plotly_white"
|
630 |
+
app.run(app=app1,debug=True, host='0.0.0.0', port=7860)
|