sergiopaniego HF Staff commited on
Commit
55b3528
·
1 Parent(s): 427770c

Removed installations

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
- import os
2
 
3
- os.system('pip install gradio-image-prompter')
4
- os.system('pip install pydantic==2.10.6')
5
 
6
  import gradio as gr
7
  import torch
 
1
+ #import os
2
 
3
+ #os.system('pip install gradio-image-prompter')
4
+ #os.system('pip install pydantic==2.10.6')
5
 
6
  import gradio as gr
7
  import torch