Zack3D commited on
Commit
8c5533b
Β·
verified Β·
1 Parent(s): 2c735e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -30,14 +30,6 @@ from PIL.PngImagePlugin import PngInfo
30
 
31
  # ─── Version & deps ─────────────────────────────────────────────────────────
32
  __version__ = "2.0.1"
33
- MIN_GRADIO = (4, 44, 1)
34
-
35
- if tuple(map(int, gr.__version__.split("."))) < MIN_GRADIO:
36
- sys.stderr.write(
37
- f"\nERROR: gradio>={'.'.join(map(str, MIN_GRADIO))} required β€” "
38
- f"found {gr.__version__}. Please `pip install -U gradio`.\n"
39
- )
40
- sys.exit(1)
41
 
42
  # Third‑party SDKs β€” optional -------------------------------------------------
43
  try:
 
30
 
31
  # ─── Version & deps ─────────────────────────────────────────────────────────
32
  __version__ = "2.0.1"
 
 
 
 
 
 
 
 
33
 
34
  # Third‑party SDKs β€” optional -------------------------------------------------
35
  try: