karmiq commited on
Commit
f80722f
1 Parent(s): dedb273

Update Gradio SDK to 3.38

Browse files

https://discuss.huggingface.co/t/duplicated-gradio-app-receives-task-exception-was-never-retrieved/46237/3

Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +1 -3
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: 🐠
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 3.35.2
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
+ python_version: 3.11
8
+ sdk_version: 3.38.0
9
  app_file: app.py
10
  pinned: false
11
  license: mit
app.py CHANGED
@@ -91,9 +91,7 @@ with gr.Blocks(
91
  btn = gr.Button("Run", variant="primary")
92
  with gr.Row():
93
  gr.Markdown(
94
- """
95
- Demonstration of computing cosine similarity of embeddings from the [GloVe](https://nlp.stanford.edu/projects/glove/) dataset.
96
- """
97
  )
98
  with gr.Row():
99
  gr.Examples(examples, inputs=input)
 
91
  btn = gr.Button("Run", variant="primary")
92
  with gr.Row():
93
  gr.Markdown(
94
+ "Demonstration of computing cosine similarity of embeddings from the [GloVe](https://nlp.stanford.edu/projects/glove/) dataset."
 
 
95
  )
96
  with gr.Row():
97
  gr.Examples(examples, inputs=input)