Dasdeman commited on
Commit
a0101ae
·
verified ·
1 Parent(s): f7b9253

Upload 26 files

Browse files
Files changed (2) hide show
  1. admin_ui.py +1 -1
  2. requirements.txt +4 -4
admin_ui.py CHANGED
@@ -8,7 +8,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
8
  def build_admin_app():
9
  initial_models = get_models_data(BASE_DIR)
10
 
11
- with gr.Blocks(title="Unstop Admin", analytics_enabled=False) as app_admin:
12
 
13
  with gr.Tabs():
14
 
 
8
  def build_admin_app():
9
  initial_models = get_models_data(BASE_DIR)
10
 
11
+ with gr.Blocks(title="Unstop Admin", analytics_enabled=False, show_api=False) as app_admin:
12
 
13
  with gr.Tabs():
14
 
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- gradio==5.9.1
2
- huggingface_hub==0.27.0
3
- fastapi
4
- uvicorn
5
  jinja2
6
  python-dotenv
7
  slowapi
 
1
+ gradio==4.42.0
2
+ huggingface_hub==0.23.4
3
+ fastapi==0.111.0
4
+ uvicorn==0.30.1
5
  jinja2
6
  python-dotenv
7
  slowapi