aa1223 commited on
Commit
d058672
1 Parent(s): 582af95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,4 +76,5 @@ interface = gr.Interface(
76
  gr.Text(label="Details"),
77
  gr.Image(label="Montage of Selected Frames")
78
  ],
 
79
  ).launch(debug=True, share=True)
 
76
  gr.Text(label="Details"),
77
  gr.Image(label="Montage of Selected Frames")
78
  ],
79
+ description="This model uses a smaller architecture, which means it may not always show accurate results. It's designed for demonstration purposes and might not perform optimally on every input."
80
  ).launch(debug=True, share=True)