peterkros commited on
Commit
fc4700a
·
1 Parent(s): 6dfea35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -45,3 +45,6 @@ iface = gr.Interface(
45
  description=markdown_text # Add the markdown text to the description
46
  )
47
 
 
 
 
 
45
  description=markdown_text # Add the markdown text to the description
46
  )
47
 
48
+ # Run the interface
49
+ if __name__ == "__main__":
50
+ iface.launch()