Spaces:
Sleeping
Sleeping
fix bug
Browse files- .ipynb_checkpoints/app-checkpoint.py +0 -1
- 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)
|