Spaces:
Sleeping
Sleeping
bug fix
Browse files
app.py
CHANGED
@@ -64,5 +64,4 @@ demo = gr.Interface(fn = predict,
|
|
64 |
|
65 |
# Launch demo
|
66 |
demo.launch(debug = False, #prints errors locally
|
67 |
-
share = True # Generate a publicly shareable URL
|
68 |
)
|
|
|
64 |
|
65 |
# Launch demo
|
66 |
demo.launch(debug = False, #prints errors locally
|
|
|
67 |
)
|