Ahsen Khaliq
commited on
Commit
·
d493936
1
Parent(s):
d37aa37
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,5 @@ examples = [
|
|
34 |
['parrot.jpg']
|
35 |
]
|
36 |
|
|
|
37 |
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
34 |
['parrot.jpg']
|
35 |
]
|
36 |
|
37 |
+
|
38 |
gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|