Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,4 +218,4 @@ with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
|
|
218 |
)
|
219 |
|
220 |
|
221 |
-
app.launch(
|
|
|
218 |
)
|
219 |
|
220 |
|
221 |
+
app.launch() # No authentication for Hugging Face Spaces
|