Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ def build_app(self):
|
|
| 282 |
|
| 283 |
return demo
|
| 284 |
|
| 285 |
-
|
| 286 |
demo = self.build_app()
|
| 287 |
demo.launch()
|
| 288 |
|
|
|
|
| 282 |
|
| 283 |
return demo
|
| 284 |
|
| 285 |
+
def launch_app(self):
|
| 286 |
demo = self.build_app()
|
| 287 |
demo.launch()
|
| 288 |
|