Spaces:
Build error
Build error
ahmedghani
commited on
Commit
β’
e4bf961
1
Parent(s):
01c4816
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,6 @@ with demo:
|
|
138 |
input_video.change(convert_video_to_frames, inputs=[input_video], outputs=[mask, remove_btn])
|
139 |
remove_btn.click(remove_watermark, inputs=[mask], outputs=[output_video, remove_btn])
|
140 |
|
141 |
-
gr.Markdown("""## <center style="margin:20px;">Developed by Muhammad Ahmed<img src="https://avatars.githubusercontent.com/u/63394104?v=4" style="height:50px;width:50px;border-radius:50%;margin:5px;"></img></center>
|
142 |
-
""")
|
143 |
|
144 |
# Change the code according to the error
|
145 |
import threading
|
|
|
138 |
input_video.change(convert_video_to_frames, inputs=[input_video], outputs=[mask, remove_btn])
|
139 |
remove_btn.click(remove_watermark, inputs=[mask], outputs=[output_video, remove_btn])
|
140 |
|
|
|
|
|
141 |
|
142 |
# Change the code according to the error
|
143 |
import threading
|