Sean-Case commited on
Commit
a462256
1 Parent(s): d4b0a2c

put back pip install requirement for gradio 3.42.0 for likeData compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  # Need to overwrite version of gradio present in Huggingface spaces as it doesn't have like buttons/avatars (Oct 2023)
7
  #os.system("pip uninstall -y gradio")
8
- #os.system("pip install gradio==3.42.0")
9
 
10
  from typing import TypeVar
11
  from langchain.embeddings import HuggingFaceEmbeddings, HuggingFaceInstructEmbeddings
 
5
 
6
  # Need to overwrite version of gradio present in Huggingface spaces as it doesn't have like buttons/avatars (Oct 2023)
7
  #os.system("pip uninstall -y gradio")
8
+ os.system("pip install gradio==3.42.0")
9
 
10
  from typing import TypeVar
11
  from langchain.embeddings import HuggingFaceEmbeddings, HuggingFaceInstructEmbeddings