Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
b15ed46
1
Parent(s):
799b3b5
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ examples = [['sunset.jpg']]
|
|
56 |
gr.Interface(
|
57 |
inference,
|
58 |
gr.inputs.Image(type="file", label="Input"),
|
59 |
-
gr.outputs.Textbox(label="Output
|
60 |
title=title,
|
61 |
description=description,
|
62 |
article=article,
|
|
|
56 |
gr.Interface(
|
57 |
inference,
|
58 |
gr.inputs.Image(type="file", label="Input"),
|
59 |
+
gr.outputs.Textbox(label="Output"),
|
60 |
title=title,
|
61 |
description=description,
|
62 |
article=article,
|