Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,6 @@ demo = gr.TabbedInterface([auth, chat], ["Authentication Station", "Music Room"]
|
|
| 71 |
)
|
| 72 |
|
| 73 |
|
| 74 |
-
demo.queue(
|
| 75 |
demo.launch()
|
| 76 |
os.remove(".cache")
|
|
|
|
| 71 |
)
|
| 72 |
|
| 73 |
|
| 74 |
+
demo.queue()
|
| 75 |
demo.launch()
|
| 76 |
os.remove(".cache")
|