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