zhemai28 commited on
Commit
b7bcd7d
·
1 Parent(s): 33b0916
Files changed (1) hide show
  1. app.py +3 -3
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