Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ interface = gr.Interface(fn=Predict,
|
|
119 |
inputs="video",
|
120 |
outputs="text",
|
121 |
title='Video Lip Reading',
|
122 |
-
description="""Wlc this
|
123 |
|
124 |
|
125 |
interface.launch(debug=True)
|
|
|
119 |
inputs="video",
|
120 |
outputs="text",
|
121 |
title='Video Lip Reading',
|
122 |
+
description="""Wlc this model developped by wissem karous with <3 """)
|
123 |
|
124 |
|
125 |
interface.launch(debug=True)
|