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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ 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()
 
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.config(width=900)
27
  iface.launch()