Spaces:
Sleeping
Sleeping
pierreguillou
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -266,4 +266,8 @@ demo = gr.Interface(
|
|
266 |
|
267 |
# Launch the app
|
268 |
if __name__ == "__main__":
|
269 |
-
demo.launch(
|
|
|
|
|
|
|
|
|
|
266 |
|
267 |
# Launch the app
|
268 |
if __name__ == "__main__":
|
269 |
+
demo.launch(
|
270 |
+
auth=authenticate,
|
271 |
+
server_name="0.0.0.0",
|
272 |
+
share=True
|
273 |
+
)
|