Spaces:
Build error
Build error
Forgot to comment out line 70 with last commit, done it now...
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
| 67 |
# Create examples list from "examples/" directory
|
| 68 |
examples=example_list,
|
| 69 |
title=title,
|
| 70 |
-
description=description
|
| 71 |
-
article=article)
|
| 72 |
|
| 73 |
# Launch the demo
|
| 74 |
demo.launch()
|
|
|
|
| 67 |
# Create examples list from "examples/" directory
|
| 68 |
examples=example_list,
|
| 69 |
title=title,
|
| 70 |
+
description=description)
|
| 71 |
+
#article=article)
|
| 72 |
|
| 73 |
# Launch the demo
|
| 74 |
demo.launch()
|