Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ article = """
|
|
68 |
|
69 |
examples = [
|
70 |
["example 1", "US"],
|
71 |
-
["example 2", "
|
72 |
]
|
73 |
|
74 |
gr.Interface(
|
@@ -90,4 +90,4 @@ gr.Interface(
|
|
90 |
description=description,
|
91 |
article=article,
|
92 |
examples=examples,
|
93 |
-
).launch(share=
|
|
|
68 |
|
69 |
examples = [
|
70 |
["example 1", "US"],
|
71 |
+
["example 2", "International"],
|
72 |
]
|
73 |
|
74 |
gr.Interface(
|
|
|
90 |
description=description,
|
91 |
article=article,
|
92 |
examples=examples,
|
93 |
+
).launch(share=False)
|