Spaces:
Sleeping
Sleeping
Commit
·
849a8f8
1
Parent(s):
f5527e2
updated gradio
Browse files
app.py
CHANGED
@@ -50,8 +50,8 @@ def get_similar(text, num_sim):
|
|
50 |
iface = gr.Interface(
|
51 |
fn=get_similar,
|
52 |
inputs=[
|
53 |
-
gr.
|
54 |
-
gr.
|
55 |
],
|
56 |
outputs="image",
|
57 |
title="Model Testing"
|
|
|
50 |
iface = gr.Interface(
|
51 |
fn=get_similar,
|
52 |
inputs=[
|
53 |
+
gr.Textbox(lines=2, placeholder="Enter Text Here..."),
|
54 |
+
gr.Number(label="Number of Images", default=15)
|
55 |
],
|
56 |
outputs="image",
|
57 |
title="Model Testing"
|