bramw commited on
Commit
2de2e7f
·
1 Parent(s): b2f39c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ the huggingface logo or variations), but we need to keep it in for obvious reaso
39
  """
40
 
41
  iface = gr.Interface(fn=f,
42
- inputs=['image'],
43
  # examples = examples,
44
- outputs="image",
45
  description=description,
46
  article=article)
47
  iface.launch()
 
39
  """
40
 
41
  iface = gr.Interface(fn=f,
42
+ inputs=['number'],
43
  # examples = examples,
44
+ outputs="number",
45
  description=description,
46
  article=article)
47
  iface.launch()