andreslu commited on
Commit
f34d241
Β·
1 Parent(s): 5074ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ trivar = gr.Interface(fn=bart2,
29
  outputs=gr.Label(),
30
  title="BART Inductor δΈ‰ε˜ι‡",
31
  examples=[['<mask> is the parent of <mask>, who is the sibling of <mask>.']],
32
- description="Enter a text prompt to generate text using BART.")
33
 
34
  demo = gr.TabbedInterface([bivar, trivar], ["εŒε˜ι‡", "δΈ‰ε˜ι‡"])
35
 
 
29
  outputs=gr.Label(),
30
  title="BART Inductor δΈ‰ε˜ι‡",
31
  examples=[['<mask> is the parent of <mask>, who is the sibling of <mask>.']],
32
+ description="Still working on it!!!!!!!!!!!!!!!!!!!!")
33
 
34
  demo = gr.TabbedInterface([bivar, trivar], ["εŒε˜ι‡", "δΈ‰ε˜ι‡"])
35