Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import subprocess
|
| 2 |
import os
|
| 3 |
from PIL import Image
|
|
|
|
| 4 |
##################################
|
| 5 |
def write_txt(file_name,text):
|
| 6 |
with open(file_name, "w", encoding="utf-8") as file:
|
|
|
|
| 1 |
import subprocess
|
| 2 |
import os
|
| 3 |
from PIL import Image
|
| 4 |
+
import requests
|
| 5 |
##################################
|
| 6 |
def write_txt(file_name,text):
|
| 7 |
with open(file_name, "w", encoding="utf-8") as file:
|