Spaces:
Running
Running
greos
commited on
Commit
•
0cb16b7
1
Parent(s):
f6bf9e6
Remove unused function
Browse files
app.py
CHANGED
@@ -2,11 +2,6 @@ from fastai.vision.all import *
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
-
|
6 |
-
def house_room(x):
|
7 |
-
return x[0].isupper()
|
8 |
-
|
9 |
-
|
10 |
# Load the learner model
|
11 |
learn_inf = load_learner("model/model.pkl")
|
12 |
|
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
|
|
|
|
|
|
|
|
|
|
5 |
# Load the learner model
|
6 |
learn_inf = load_learner("model/model.pkl")
|
7 |
|