Spaces:
Runtime error
Runtime error
Sadanand Modak
commited on
Commit
·
d710660
1
Parent(s):
adf757a
changes
Browse files
app.py
CHANGED
@@ -44,5 +44,4 @@ demo = gr.Interface(fn=predict,
|
|
44 |
title=title,
|
45 |
description=description,
|
46 |
article=article)
|
47 |
-
demo.launch(
|
48 |
-
share=True)
|
|
|
44 |
title=title,
|
45 |
description=description,
|
46 |
article=article)
|
47 |
+
demo.launch() # share=True not needed for huggingface spaces
|
|