Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
from PIL import Image
|
|
|
1 |
+
!pip install torch
|
2 |
+
!pip install transformers
|
3 |
+
!pip install diffusers
|
4 |
+
!pip install torchsde
|
5 |
+
!pip install soundfile
|
6 |
+
|
7 |
import gradio as gr
|
8 |
import requests
|
9 |
from PIL import Image
|