Spaces:
Runtime error
Runtime error
Update app.py 1
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# import libraries and load the model
|
|
|
2 |
import random
|
3 |
import requests
|
4 |
from PIL import Image, ImageDraw, ImageFont
|
|
|
1 |
# import libraries and load the model
|
2 |
+
!pip install torch
|
3 |
import random
|
4 |
import requests
|
5 |
from PIL import Image, ImageDraw, ImageFont
|