aquibmoin commited on
Commit
1bb9498
·
verified ·
1 Parent(s): 1b364b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ demo = gr.Interface(
44
  inputs=gr.Textbox(lines=2, label="Input with mask token", placeholder="Enter a sentence with <mask> to fill..."),
45
  outputs="text", # Display the output as JSON to inspect the response structure
46
  title="nasa-smd-ibm-v0.1 Model Output",
47
- description="NASA SMD Indus model response (Fill Mask)."
 
48
  )
49
 
50
  # Launch the interface
 
44
  inputs=gr.Textbox(lines=2, label="Input with mask token", placeholder="Enter a sentence with <mask> to fill..."),
45
  outputs="text", # Display the output as JSON to inspect the response structure
46
  title="nasa-smd-ibm-v0.1 Model Output",
47
+ description="NASA SMD Indus model response (Fill Mask).",
48
+ article=article_text
49
  )
50
 
51
  # Launch the interface