Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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)
|