Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,4 +98,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
98 |
article=article
|
99 |
)
|
100 |
# Launch the demo!
|
101 |
-
demo.launch(debug =
|
|
|
98 |
article=article
|
99 |
)
|
100 |
# Launch the demo!
|
101 |
+
demo.launch(debug = True)
|