Spaces:
Build error
Build error
corrected app.py
Browse files
app.py
CHANGED
|
@@ -65,5 +65,4 @@ demo = gr.Interface(fn=predict,
|
|
| 65 |
examples=example_list)
|
| 66 |
|
| 67 |
# Launch the demo
|
| 68 |
-
demo.launch(debug=False
|
| 69 |
-
share=True) # generate a publically shatrable URL
|
|
|
|
| 65 |
examples=example_list)
|
| 66 |
|
| 67 |
# Launch the demo
|
| 68 |
+
demo.launch(debug=False) # No debug on Huggingface
|
|
|