Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,8 +103,14 @@ interface = gr.Interface(
|
|
| 103 |
title=title,
|
| 104 |
description=description,
|
| 105 |
examples=[
|
|
|
|
| 106 |
['examples/example1.jpg'],
|
| 107 |
-
['examples/example2.jpg']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
],
|
| 109 |
allow_flagging="never", # Disable flagging
|
| 110 |
analytics_enabled=False # Disable analytics
|
|
|
|
| 103 |
title=title,
|
| 104 |
description=description,
|
| 105 |
examples=[
|
| 106 |
+
['examples/example0.jpg'],
|
| 107 |
['examples/example1.jpg'],
|
| 108 |
+
['examples/example2.jpg'],
|
| 109 |
+
['examples/example3.jpg'],
|
| 110 |
+
['examples/example4.jpg'],
|
| 111 |
+
['examples/example5.jpg'],
|
| 112 |
+
['examples/example6.jpg'],
|
| 113 |
+
['examples/example7.jpg'],
|
| 114 |
],
|
| 115 |
allow_flagging="never", # Disable flagging
|
| 116 |
analytics_enabled=False # Disable analytics
|