Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 5, 2024
1 parent 9e614cf commit 76cd769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/copy-demos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function run() {
const gradio_version = getInput("gradio_version");
const gradio_client_version = getInput("gradio_client_version");
const config_path =
getInput("config_path") || path.join(__dirname, ".config", "demos.json");
getInput("config_path") || path.join(root, ".config", "demos.json");

if (!gradio_version || !gradio_client_version) {
console.error(
Expand Down

0 comments on commit 76cd769

Please sign in to comment.