azamat commited on
Commit
c8a05d1
·
1 Parent(s): 801278b

Upgrade gradio

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from weaviate_explorer import WeaviateExplorer
5
 
6
  weaviate_explorer = WeaviateExplorer()
7
- video_player = gr.Video(label="Search Results", type="filepath")
8
 
9
  downloads_dir = "downloads" # Directory to store downloaded videos
10
 
 
4
  from weaviate_explorer import WeaviateExplorer
5
 
6
  weaviate_explorer = WeaviateExplorer()
7
+ video_player = gr.Video(label="Search Results")
8
 
9
  downloads_dir = "downloads" # Directory to store downloaded videos
10
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- gradio==3.26.0
2
  gdown
3
  weaviate-client
 
1
+ gradio==4.26.0
2
  gdown
3
  weaviate-client