GautamKishore commited on
Commit
1772eba
·
verified ·
1 Parent(s): 67f4c3f

Python 3.12 + gradio_client regex patch

Browse files
Files changed (1) hide show
  1. patch_gradio_client.py +1 -1
patch_gradio_client.py CHANGED
@@ -1,6 +1,6 @@
1
  import sys, re
2
 
3
- path = "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py"
4
  with open(path) as f:
5
  c = f.read()
6
 
 
1
  import sys, re
2
 
3
+ path = "/usr/local/lib/python3.12/site-packages/gradio_client/utils.py"
4
  with open(path) as f:
5
  c = f.read()
6