multimodalart HF Staff commited on
Commit
617d885
·
verified ·
1 Parent(s): 810064a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -21,6 +21,9 @@ import gradio as gr
21
  from gradio_client import Client, handle_file
22
  import tempfile
23
  from typing import Optional, Tuple, Any
 
 
 
24
 
25
 
26
  # --- Model Loading ---
 
21
  from gradio_client import Client, handle_file
22
  import tempfile
23
  from typing import Optional, Tuple, Any
24
+ import subprocess
25
+
26
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "spaces==0.44.0"])
27
 
28
 
29
  # --- Model Loading ---