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

Update app.py

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