abhivsh commited on
Commit
a16ee2b
·
verified ·
1 Parent(s): 18b3935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css="style.css", fill_height=True) as demo:
113
  with gr.Column(scale=10):
114
  gr.Markdown(Title)
115
 
116
- iface.launch()
117
 
118
  if __name__ == "__main__":
119
  demo.launch(debug=True)
 
113
  with gr.Column(scale=10):
114
  gr.Markdown(Title)
115
 
116
+ iface.render()
117
 
118
  if __name__ == "__main__":
119
  demo.launch(debug=True)