Spaces:
Sleeping
Sleeping
Duc Haba commited on
Commit ·
7ee804d
1
Parent(s): 4421612
Update app.py
Browse files
app.py
CHANGED
|
@@ -814,6 +814,7 @@ be a valuable resource for researchers studying chicken populations and well bei
|
|
| 814 |
---
|
| 815 |
"""
|
| 816 |
# xinputs = ["image"]
|
|
|
|
| 817 |
xinputs = [gradio.Image(type="pil")]
|
| 818 |
xoutputs = ["plot"]
|
| 819 |
|
|
|
|
| 814 |
---
|
| 815 |
"""
|
| 816 |
# xinputs = ["image"]
|
| 817 |
+
import gradio
|
| 818 |
xinputs = [gradio.Image(type="pil")]
|
| 819 |
xoutputs = ["plot"]
|
| 820 |
|