Nurbek-web commited on
Commit
3c01f22
1 Parent(s): 9901cfc

version fix) )))

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -15,4 +15,4 @@ def classify_image(img):
15
 
16
  examples = ["maxi.jpg", "kairat.jpeg"]
17
  intf = gr.Interface(fn=classify_image, inputs=gr.inputs.Image(shape=(192, 192)), outputs=gr.outputs.Label(), examples=examples)
18
- intf.launch(inline=False,share=True)
 
15
 
16
  examples = ["maxi.jpg", "kairat.jpeg"]
17
  intf = gr.Interface(fn=classify_image, inputs=gr.inputs.Image(shape=(192, 192)), outputs=gr.outputs.Label(), examples=examples)
18
+ intf.launch(inline=False,share=True)
requirements.txt CHANGED
@@ -120,6 +120,7 @@ python-dateutil==2.9.0.post0
120
  python-json-logger==2.0.7
121
  python-multipart==0.0.9
122
  pytz==2024.1
 
123
  pywinpty==2.0.13
124
  PyYAML==6.0.1
125
  pyzmq==26.0.1
 
120
  python-json-logger==2.0.7
121
  python-multipart==0.0.9
122
  pytz==2024.1
123
+ pywin32==306
124
  pywinpty==2.0.13
125
  PyYAML==6.0.1
126
  pyzmq==26.0.1