Docfile commited on
Commit
c52147b
·
verified ·
1 Parent(s): f8a6de1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,4 +22,6 @@ e
22
  """.format(e)
23
  # Interface Gradio
24
  iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }]))
 
 
25
  iface.launch()
 
22
  """.format(e)
23
  # Interface Gradio
24
  iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }]))
25
+
26
+ iface.configure(width=900)
27
  iface.launch()