hysts HF staff commited on
Commit
77c13d7
1 Parent(s): 8877fff
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🐢
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 3.34.0
8
  python_version: 3.10.11
9
  app_file: app.py
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 3.36.1
8
  python_version: 3.10.11
9
  app_file: app.py
10
  pinned: false
app.py CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks(css='style.css') as demo:
38
  create_real_image_demo()
39
  with gr.TabItem('Use prompt as input'):
40
  create_prompt_demo()
41
- demo.queue(api_open=False, max_size=10).launch()
 
38
  create_real_image_demo()
39
  with gr.TabItem('Use prompt as input'):
40
  create_prompt_demo()
41
+ demo.queue(max_size=10).launch()
requirements.txt CHANGED
@@ -2,8 +2,8 @@ albumentations==1.3.0
2
  -e git+https://github.com/openai/CLIP.git@main#egg=clip
3
  diffusers==0.12.1
4
  einops==0.6.0
5
- gradio==3.34.0
6
- huggingface-hub==0.15.1
7
  imageio==2.25.0
8
  imageio-ffmpeg==0.4.8
9
  kornia==0.6.9
 
2
  -e git+https://github.com/openai/CLIP.git@main#egg=clip
3
  diffusers==0.12.1
4
  einops==0.6.0
5
+ gradio==3.36.1
6
+ huggingface-hub==0.16.4
7
  imageio==2.25.0
8
  imageio-ffmpeg==0.4.8
9
  kornia==0.6.9