Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
from PIL import Image
|
6 |
from io import BytesIO
|
7 |
import requests
|
8 |
-
import
|
9 |
import os
|
10 |
from tkinter import Tk, Label, Button, Radiobutton, IntVar
|
11 |
|
|
|
5 |
from PIL import Image
|
6 |
from io import BytesIO
|
7 |
import requests
|
8 |
+
import base64
|
9 |
import os
|
10 |
from tkinter import Tk, Label, Button, Radiobutton, IntVar
|
11 |
|