Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -267,5 +267,4 @@ demo = gr.Interface(
|
|
267 |
# Launch the app
|
268 |
if __name__ == "__main__":
|
269 |
demo.launch(
|
270 |
-
auth=authenticate
|
271 |
-
share=True)
|
|
|
267 |
# Launch the app
|
268 |
if __name__ == "__main__":
|
269 |
demo.launch(
|
270 |
+
auth=authenticate)
|
|