Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,8 @@ article = """
|
|
66 |
"""
|
67 |
|
68 |
examples = [
|
69 |
-
["
|
|
|
70 |
]
|
71 |
|
72 |
gr.Interface(
|
|
|
66 |
"""
|
67 |
|
68 |
examples = [
|
69 |
+
["example 1", "US"],
|
70 |
+
["example 2", "US"],
|
71 |
]
|
72 |
|
73 |
gr.Interface(
|