Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
82a3407
1
Parent(s):
005ba3b
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
3 |
os.system("pip install git+https://github.com/openai/CLIP.git")
|
4 |
import gradio as gr
|
|
|
1 |
import os
|
2 |
+
import sys
|
3 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
4 |
os.system("pip install git+https://github.com/openai/CLIP.git")
|
5 |
import gradio as gr
|