Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ Learn more about me: <a href='https://www.linkedin.com/in/fosberg-addai-53a6991a
|
|
30 |
"""
|
31 |
article = "<p style='text-align: center'>Web app is built and managed by Addai Fosberg</p>"
|
32 |
examples = ['img1.jpeg', 'img2.jpeg']
|
33 |
-
enable_queue = True
|
34 |
|
35 |
# Update the interface components
|
36 |
gr.Interface(
|
@@ -40,6 +39,5 @@ gr.Interface(
|
|
40 |
title=title,
|
41 |
description=description,
|
42 |
article=article,
|
43 |
-
examples=examples
|
44 |
-
enable_queue=enable_queue
|
45 |
).launch()
|
|
|
30 |
"""
|
31 |
article = "<p style='text-align: center'>Web app is built and managed by Addai Fosberg</p>"
|
32 |
examples = ['img1.jpeg', 'img2.jpeg']
|
|
|
33 |
|
34 |
# Update the interface components
|
35 |
gr.Interface(
|
|
|
39 |
title=title,
|
40 |
description=description,
|
41 |
article=article,
|
42 |
+
examples=examples
|
|
|
43 |
).launch()
|