Theivaprakasham
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ examples = [
|
|
58 |
['7.jpg']
|
59 |
]
|
60 |
|
61 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples
|
|
|
58 |
['7.jpg']
|
59 |
]
|
60 |
|
61 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch()
|