sergiopaniego HF Staff commited on
Commit
296f4e8
·
verified ·
1 Parent(s): 611a388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import gradio as gr
2
  import torch
3
  import spaces
 
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
8
  import spaces