Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|