wissemkarous commited on
Commit
3c63940
1 Parent(s): 5fcb821
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = load_model()
13
  st.title("LipCoordNet Demo")
14
 
15
  st.info(
16
- "The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU. For a quicker inference, please clone the repository and change the “device” under options.py to “cuda” for local inference using GPU",
17
  icon="ℹ️",
18
  )
19
 
 
13
  st.title("LipCoordNet Demo")
14
 
15
  st.info(
16
+ "The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU. Made with ❤️ ,Auther ©️ : wissem karous 🥰",
17
  icon="ℹ️",
18
  )
19