Spaces:
Running
Running
rajatsingh0702
commited on
Commit
•
fdd262f
1
Parent(s):
a253c9c
Update app.py
Browse files
app.py
CHANGED
@@ -62,5 +62,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
62 |
description=description)
|
63 |
# article=article)
|
64 |
|
65 |
-
demo.launch(debug=False
|
66 |
-
share=True) # generate a publicly shareable URL?
|
|
|
62 |
description=description)
|
63 |
# article=article)
|
64 |
|
65 |
+
demo.launch(debug=False) # print errors locally?
|
|