Spaces:
Sleeping
Sleeping
Nick Doiron
commited on
Commit
·
ae753cc
1
Parent(s):
135d6c7
gradio fixes
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
| 68 |
os.path.join(os.path.dirname(__file__), "images/0c7e82daf5a0.png"),
|
| 69 |
],
|
| 70 |
inputs=[
|
| 71 |
-
gr.
|
| 72 |
image_mode='RGB',
|
| 73 |
sources=['upload', 'clipboard'],
|
| 74 |
type='pil',
|
|
|
|
| 68 |
os.path.join(os.path.dirname(__file__), "images/0c7e82daf5a0.png"),
|
| 69 |
],
|
| 70 |
inputs=[
|
| 71 |
+
gr.Image(
|
| 72 |
image_mode='RGB',
|
| 73 |
sources=['upload', 'clipboard'],
|
| 74 |
type='pil',
|