Spaces:
Sleeping
Sleeping
flonga35 commited on
Commit ·
8525b59
1
Parent(s): 56c5629
Fix bug
Browse files- app_gradio/app.py +0 -1
app_gradio/app.py
CHANGED
|
@@ -33,7 +33,6 @@ def main(args):
|
|
| 33 |
frontend.launch(
|
| 34 |
server_name="0.0.0.0", # noqa: S104
|
| 35 |
server_port=args.port, # set a port to bind to, failing if unavailable
|
| 36 |
-
share=True,
|
| 37 |
favicon_path=FAVICON,
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
frontend.launch(
|
| 34 |
server_name="0.0.0.0", # noqa: S104
|
| 35 |
server_port=args.port, # set a port to bind to, failing if unavailable
|
|
|
|
| 36 |
favicon_path=FAVICON,
|
| 37 |
)
|
| 38 |
|