Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import sys
|
|
|
3 |
import gradio as gr
|
4 |
os.system('git clone https://github.com/openai/CLIP')
|
5 |
os.system('git clone https://github.com/crowsonkb/guided-diffusion')
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
+
os.system("pip install gradio==2.8.0b5")
|
4 |
import gradio as gr
|
5 |
os.system('git clone https://github.com/openai/CLIP')
|
6 |
os.system('git clone https://github.com/crowsonkb/guided-diffusion')
|