gagan3012 commited on
Commit
b1f46ad
·
1 Parent(s): 9b88e9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def fetch_bibtex(arxiv_link):
15
  import gradio as gr
16
 
17
  interface = gr.Interface(fn=fetch_bibtex,
18
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter arXiv link here..."),
19
  outputs="text")
20
 
21
  interface.launch()
 
15
  import gradio as gr
16
 
17
  interface = gr.Interface(fn=fetch_bibtex,
18
+ inputs=gr.Textbox(lines=2, placeholder="Enter arXiv link here..."),
19
  outputs="text")
20
 
21
  interface.launch()