Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yashbyname
/
NeuroGenAI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yashbyname
commited on
Nov 10, 2024
Commit
ef6f45f
·
verified
·
1 Parent(s):
dfaf276
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -152,7 +152,7 @@ iface = gr.Interface(
152
),
153
gr.Image(
154
label="Medical Image",
155
-
type="
numpy
",
156
interactive=True
157
)
158
],
152
),
153
gr.Image(
154
label="Medical Image",
155
+
type="
pil
",
156
interactive=True
157
)
158
],