Sean-Case commited on
Commit
9795699
1 Parent(s): 1365c48

Downgraded Gradio back to 3.42.0 in case that's an issue.

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.47.1")
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