Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,9 @@ demo = gr.Interface(
|
|
26 |
title=title,
|
27 |
description=description,
|
28 |
#article=article,
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
)
|
33 |
|
34 |
demo.launch()
|
|
|
26 |
title=title,
|
27 |
description=description,
|
28 |
#article=article,
|
29 |
+
examples=examples,
|
30 |
+
interpretation='default',
|
31 |
+
enable_queue=enable_queue
|
32 |
)
|
33 |
|
34 |
demo.launch()
|