Spaces:
Runtime error
Runtime error
nkasmanoff
commited on
Commit
•
4492eec
1
Parent(s):
d1e79ec
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ example2 = ["https://huggingface.co/datasets/turkic_xwmt", "Dataset similarity"]
|
|
27 |
examples = [example1, example2]
|
28 |
title = "SearchingFace: Search for datasets!"
|
29 |
|
30 |
-
iface = gr.Interface(fn=predict, inputs=[input_type, checkbox], examples=examples, title=title, outputs="text"
|
31 |
|
32 |
iface.launch()
|
|
|
27 |
examples = [example1, example2]
|
28 |
title = "SearchingFace: Search for datasets!"
|
29 |
|
30 |
+
iface = gr.Interface(fn=predict, inputs=[input_type, checkbox], examples=examples, title=title, outputs="text")
|
31 |
|
32 |
iface.launch()
|