Spaces:
Build error
Build error
Commit ·
72173aa
1
Parent(s): b65ff94
go
Browse files
app.py
CHANGED
|
@@ -39,4 +39,4 @@ async def extract_json(files: List[UploadFile] = File(...)):
|
|
| 39 |
|
| 40 |
@app.get("/")
|
| 41 |
def greet_json():
|
| 42 |
-
return {"Hello": "
|
|
|
|
| 39 |
|
| 40 |
@app.get("/")
|
| 41 |
def greet_json():
|
| 42 |
+
return {"Hello": "Zama!"}
|
utils.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import streamlit as st
|
| 2 |
import requests
|
| 3 |
from PIL import Image
|
| 4 |
import pytesseract
|
|
|
|
|
|
|
| 1 |
import requests
|
| 2 |
from PIL import Image
|
| 3 |
import pytesseract
|