Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fastrtc/object-detection
Prathamesh1420
/
object-detection_by_pk
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Prathamesh1420
commited on
Jun 20
Commit
58a4fdb
·
verified
·
1 Parent(s):
066cfb1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import json
2
from pathlib import Path
3
from fastapi import FastAPI
1
+
import gradio as gr
2
import json
3
from pathlib import Path
4
from fastapi import FastAPI