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