akh1r0ck commited on
Commit
1340521
·
1 Parent(s): cc89a2e

[update]version update

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -118,12 +118,12 @@ def from_image_files(images, text_class_name):
118
 
119
  if __name__=="__main__":
120
 
121
- theme = gr.themes.Default(
122
  neutral_hue="slate",
123
  )
124
 
125
  with gr.Blocks(
126
- theme=theme,
127
  css=".gradio-container {\
128
  background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
129
  }"
 
118
 
119
  if __name__=="__main__":
120
 
121
+ custom_theme = gr.themes.Default(
122
  neutral_hue="slate",
123
  )
124
 
125
  with gr.Blocks(
126
+ theme=custom_theme,
127
  css=".gradio-container {\
128
  background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
129
  }"
requirements.txt CHANGED
@@ -23,7 +23,7 @@ flatbuffers==23.3.3
23
  fonttools==4.39.0
24
  frozenlist==1.3.3
25
  fsspec==2023.3.0
26
- gradio
27
  h11==0.14.0
28
  httpcore==0.16.3
29
  httpx==0.23.3
 
23
  fonttools==4.39.0
24
  frozenlist==1.3.3
25
  fsspec==2023.3.0
26
+ gradio==3.23.0
27
  h11==0.14.0
28
  httpcore==0.16.3
29
  httpx==0.23.3