youngshen commited on
Commit
b2dc9fc
·
verified ·
1 Parent(s): 003b0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ article = """
68
 
69
  examples = [
70
  ["example 1", "US"],
71
- ["example 2", "US"],
72
  ]
73
 
74
  gr.Interface(
@@ -90,4 +90,4 @@ gr.Interface(
90
  description=description,
91
  article=article,
92
  examples=examples,
93
- ).launch(share=True)
 
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)