tlkh commited on
Commit
2ddfa8f
·
1 Parent(s): 6dd113d
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +0 -1
  2. app.py +0 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -39,7 +39,6 @@ examples = gr.Examples(
39
  )
40
 
41
  demo = gr.Interface(fn=infer, inputs=[s1,s2], outputs="text",
42
- examples=examples,
43
  title=title,
44
  description=desc,
45
  article=long_desc)
 
39
  )
40
 
41
  demo = gr.Interface(fn=infer, inputs=[s1,s2], outputs="text",
 
42
  title=title,
43
  description=desc,
44
  article=long_desc)
app.py CHANGED
@@ -39,7 +39,6 @@ examples = gr.Examples(
39
  )
40
 
41
  demo = gr.Interface(fn=infer, inputs=[s1,s2], outputs="text",
42
- examples=examples,
43
  title=title,
44
  description=desc,
45
  article=long_desc)
 
39
  )
40
 
41
  demo = gr.Interface(fn=infer, inputs=[s1,s2], outputs="text",
 
42
  title=title,
43
  description=desc,
44
  article=long_desc)