Spaces:
Sleeping
Sleeping
edit in the demo
Browse files
app.py
CHANGED
@@ -61,4 +61,4 @@ demo = gr.Interface(fn=predict,
|
|
61 |
|
62 |
# Launch the demo
|
63 |
demo.launch(debug=False, # Print errors locally?
|
64 |
-
share=
|
|
|
61 |
|
62 |
# Launch the demo
|
63 |
demo.launch(debug=False, # Print errors locally?
|
64 |
+
share=False) # generate a publically available URL // Not needed in huggingface
|