muellerzr HF staff commited on
Commit
c60f7be
1 Parent(s): a6f474f

empty inputs

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def run():
34
  def main():
35
  demo = gr.Interface(
36
  fn=run,
 
37
  outputs=gr.HTML(html)
38
  )
39
 
 
34
  def main():
35
  demo = gr.Interface(
36
  fn=run,
37
+ inputs=[],
38
  outputs=gr.HTML(html)
39
  )
40