Spaces:
Runtime error
Runtime error
Héctor Tarrido-Picart
commited on
Commit
•
66ea7c4
1
Parent(s):
60371ef
remove share
Browse files
app.py
CHANGED
@@ -29,5 +29,4 @@ intf = gr.Interface(fn=predict,
|
|
29 |
description=description,
|
30 |
interpretation=interpretation)
|
31 |
|
32 |
-
intf.launch(enable_queue=enable_queue
|
33 |
-
share=true)
|
|
|
29 |
description=description,
|
30 |
interpretation=interpretation)
|
31 |
|
32 |
+
intf.launch(enable_queue=enable_queue)
|
|