mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
Update template
This commit is contained in:
parent
9ed85c4c9a
commit
53fc0f48c8
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
const socket = io.connect('127.0.0.1:5000');
|
const socket = io.connect('127.0.0.1:5000');
|
||||||
socket.on('preview', function() {
|
socket.on('preview', function() {
|
||||||
console.log('new preview!');
|
console.log('new preview!');
|
||||||
$('img#preview').src = "{{ url_for('preview_image') }}?random="+new Date().getTime();
|
$('img#preview').attr("src", "{{ url_for('preview_image') }}?q=" + new Date().getTime());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -8,3 +8,4 @@ tqdm
|
||||||
ffmpeg-python==0.1.17
|
ffmpeg-python==0.1.17
|
||||||
git+https://www.github.com/keras-team/keras-contrib.git
|
git+https://www.github.com/keras-team/keras-contrib.git
|
||||||
Flask==1.1.1
|
Flask==1.1.1
|
||||||
|
flask-socketio==4.2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue