dmayboroda commited on
Commit
849a8f8
·
1 Parent(s): f5527e2

updated gradio

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.inputs.Textbox(lines=2, placeholder="Enter Text Here..."),
54
- gr.inputs.Number(label="Number of Images", default=15)
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"