Spaces:
Build error
Build error
Commit
·
b03c53a
1
Parent(s):
49591f1
updated gradio version
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 👤
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.4.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
__pycache__/model_utils.cpython-310.pyc
ADDED
Binary file (577 Bytes). View file
|
|
app.py
CHANGED
@@ -47,7 +47,7 @@ def interface() -> None:
|
|
47 |
with gr.Column():
|
48 |
with gr.Row():
|
49 |
image_in = gr.Image(
|
50 |
-
label="Image input",
|
51 |
with gr.Row():
|
52 |
paths = [["examples/" + example]
|
53 |
for example in os.listdir("examples")]
|
|
|
47 |
with gr.Column():
|
48 |
with gr.Row():
|
49 |
image_in = gr.Image(
|
50 |
+
label="Image input", interactive=True)
|
51 |
with gr.Row():
|
52 |
paths = [["examples/" + example]
|
53 |
for example in os.listdir("examples")]
|
faceNet/__pycache__/faceDetection.cpython-310.pyc
ADDED
Binary file (3.54 kB). View file
|
|
faceNet/__pycache__/faceNet.cpython-310.pyc
ADDED
Binary file (6.92 kB). View file
|
|