zhemai28 commited on
Commit
a084fc6
·
1 Parent(s): 4213520

versions still

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  # os.system("pip uninstall -y gradio")
3
  # os.system("pip install gradio==4.44.1")
4
- # os.system("pip install gradio_image_prompter")
5
 
6
  import gradio as gr
7
  import torch
 
1
  import os
2
  # os.system("pip uninstall -y gradio")
3
  # os.system("pip install gradio==4.44.1")
4
+ os.system("pip install gradio_image_prompter")
5
 
6
  import gradio as gr
7
  import torch
requirements.txt CHANGED
@@ -5,5 +5,6 @@ opencv-python
5
  transformers==4.49.0
6
  pillow==10.4.0
7
  gradio>=4.0.0,<5
8
- gradio_image_prompter @ git+https://github.com/PhyscalX/gradio-image-prompter.git
 
9
 
 
5
  transformers==4.49.0
6
  pillow==10.4.0
7
  gradio>=4.0.0,<5
8
+ space
9
+
10