mvaloatto commited on
Commit
c9b40ca
1 Parent(s): 1408de3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,7 +11,9 @@ def predict(image):
11
 
12
  gr.Interface(
13
  title="Hot Dog? Or Not?",
14
- )
 
 
15
 
16
  gr.Interface(
17
  predict,
 
11
 
12
  gr.Interface(
13
  title="Hot Dog? Or Not?",
14
+ inputs="",
15
+ outputs="",
16
+ ).launch()
17
 
18
  gr.Interface(
19
  predict,