Spaces:
Running
Running
bugfix: fix the create_app indent
Browse files
app.py
CHANGED
@@ -4162,8 +4162,8 @@ def create_app():
|
|
4162 |
inputs =[youtube_link],
|
4163 |
outputs = init_outputs
|
4164 |
)
|
4165 |
-
|
4166 |
-
|
4167 |
|
4168 |
if __name__ == "__main__":
|
4169 |
import uvicorn
|
|
|
4162 |
inputs =[youtube_link],
|
4163 |
outputs = init_outputs
|
4164 |
)
|
4165 |
+
app = gr.mount_gradio_app(app, demo, "/", server_name="0.0.0.0", server_port=7860, show_error=True)
|
4166 |
+
return app
|
4167 |
|
4168 |
if __name__ == "__main__":
|
4169 |
import uvicorn
|