Swth commited on
Commit
14874a3
1 Parent(s): ffc1144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -26,4 +26,7 @@ predictor = huggingface_model.deploy(
26
 
27
  predictor.predict({
28
  'inputs': No input example has been defined for this model task.
29
- })
 
 
 
 
26
 
27
  predictor.predict({
28
  'inputs': No input example has been defined for this model task.
29
+ })
30
+ git add app.py
31
+ git commit -m "Add application file"
32
+ git push