Commit
·
6d9987f
1
Parent(s):
3a4a022
update share=True
Browse files
app.py
CHANGED
@@ -69,5 +69,4 @@ demo = gr.Interface(fn=predict, # Maps inputs to outputs
|
|
69 |
description=description,
|
70 |
article=article)
|
71 |
|
72 |
-
demo.launch(debug=False
|
73 |
-
share=True) # generate a publically shareable URL
|
|
|
69 |
description=description,
|
70 |
article=article)
|
71 |
|
72 |
+
demo.launch(debug=False) # Don't need share=True in Hugging face Spaces
|
|