mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
merge fix
This commit is contained in:
commit
d1a4ae9205
@ -13,6 +13,7 @@ jobs:
|
||||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r gradio.egg-info/requires.txt
|
||||
pip install selenium==4.0.0a6.post2
|
||||
- save_cache:
|
||||
@ -30,4 +31,4 @@ jobs:
|
||||
path: /home/circleci/project/test/tmp
|
||||
destination: screenshots
|
||||
- store_test_results:
|
||||
path: test-reports/
|
||||
path: test-reports/
|
||||
|
@ -256,7 +256,7 @@ const image_input = {
|
||||
toDataURL(example_data, function(data) {
|
||||
if (io.source == "canvas") {
|
||||
io.clear();
|
||||
let ctx = this.context;
|
||||
let ctx = io.context;
|
||||
var img = new Image;
|
||||
let dimension = io.target.find(".canvas_holder canvas").width();
|
||||
img.onload = function(){
|
||||
|
Loading…
Reference in New Issue
Block a user