Adhir commited on
Commit
e1cb7b2
1 Parent(s): 0376c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,8 +14,8 @@ def predict(image):
14
 
15
  gr.Interface(
16
  predict,
17
- inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
18
  outputs = gr.Label(num_top_classes=5),
19
- title="hot Dog? or Not ?",
20
- ).launch()
21
 
 
14
 
15
  gr.Interface(
16
  predict,
17
+ inputs = gr.Image(label="Upload Any room photo", type = "filepath"),
18
  outputs = gr.Label(num_top_classes=5),
19
+ title="Which room is this ?",
20
+ ).launch(share="True")
21