Spaces:
Sleeping
Sleeping
Commit ·
0f55309
1
Parent(s): 3a372c2
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,8 +70,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
| 70 |
# Create examples list from "examples/" directory
|
| 71 |
examples=example_list,
|
| 72 |
title=title,
|
| 73 |
-
description=description
|
| 74 |
-
article=article)
|
| 75 |
|
| 76 |
# Launch the demo!
|
| 77 |
demo.launch()
|
|
|
|
| 70 |
# Create examples list from "examples/" directory
|
| 71 |
examples=example_list,
|
| 72 |
title=title,
|
| 73 |
+
description=description)
|
|
|
|
| 74 |
|
| 75 |
# Launch the demo!
|
| 76 |
demo.launch()
|