epochs-demos commited on
Commit
06b0475
·
1 Parent(s): 7188505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  """Find your apparel effortlessly. Just describe your apparel and get the relevant recommendations with links!"""
2
  import argparse
3
  import logging
 
1
+ import os
2
+ os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==3.32.0")
4
+
5
  """Find your apparel effortlessly. Just describe your apparel and get the relevant recommendations with links!"""
6
  import argparse
7
  import logging