C2MV commited on
Commit
e4816bb
·
verified ·
1 Parent(s): e028826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  # It's generally better to manage dependencies outside the script (e.g., in a requirements.txt or by installing manually)
3
  # If you must do it in the script, ensure it's what you intend.
4
- # os.system("pip install --upgrade gradio") # Commenting out for typical execution, assuming Gradio is installed.
5
 
6
  from pydantic import BaseModel
7
  import numpy as np
 
1
  import os
2
  # It's generally better to manage dependencies outside the script (e.g., in a requirements.txt or by installing manually)
3
  # If you must do it in the script, ensure it's what you intend.
4
+ os.system("pip install --upgrade gradio") # Commenting out for typical execution, assuming Gradio is installed.
5
 
6
  from pydantic import BaseModel
7
  import numpy as np