Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kevincluo
/
fire_damage_classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevincluo
commited on
Nov 17, 2023
Commit
4b9b8de
·
1 Parent(s):
16785cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -19,7 +19,6 @@ def classify(im):
19
20
import gradio as gr
21
22
-
23
interface = gr.Interface(
24
fn=classify,
25
inputs="image",
19
20
import gradio as gr
21
22
interface = gr.Interface(
23
fn=classify,
24
inputs="image",