AyoubChLin commited on
Commit
327bdfe
1 Parent(s): f909080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def embedding(text):
12
  # Define the Streamlit app
13
  gradio_app = gr.Interface(
14
  embedding,
15
- inputs=gr.Text(label="Select hot dog candidate"),
16
  outputs=gr.Text(label="Embedding"),
17
  title="Embedding",
18
  )
 
12
  # Define the Streamlit app
13
  gradio_app = gr.Interface(
14
  embedding,
15
+ inputs=gr.Text(label="TEXT"),
16
  outputs=gr.Text(label="Embedding"),
17
  title="Embedding",
18
  )