From 9f809595d2edc9af477fc484cc4141016e908246 Mon Sep 17 00:00:00 2001 From: Muthu kamalan Date: Mon, 6 Jan 2025 00:55:50 +0530 Subject: [PATCH] pr:#553 moving gradio example to different [CDK IaC Tool ] folder --- examples/{ => cdk}/gradio/.gitignore | 0 examples/{ => cdk}/gradio/README.md | 0 examples/{ => cdk}/gradio/app/Dockerfile | 0 examples/{ => cdk}/gradio/app/app.py | 0 examples/{ => cdk}/gradio/app/cdk.json | 0 examples/{ => cdk}/gradio/app/cdk.py | 0 examples/{ => cdk}/gradio/app/requirements.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => cdk}/gradio/.gitignore (100%) rename examples/{ => cdk}/gradio/README.md (100%) rename examples/{ => cdk}/gradio/app/Dockerfile (100%) rename examples/{ => cdk}/gradio/app/app.py (100%) rename examples/{ => cdk}/gradio/app/cdk.json (100%) rename examples/{ => cdk}/gradio/app/cdk.py (100%) rename examples/{ => cdk}/gradio/app/requirements.txt (100%) diff --git a/examples/gradio/.gitignore b/examples/cdk/gradio/.gitignore similarity index 100% rename from examples/gradio/.gitignore rename to examples/cdk/gradio/.gitignore diff --git a/examples/gradio/README.md b/examples/cdk/gradio/README.md similarity index 100% rename from examples/gradio/README.md rename to examples/cdk/gradio/README.md diff --git a/examples/gradio/app/Dockerfile b/examples/cdk/gradio/app/Dockerfile similarity index 100% rename from examples/gradio/app/Dockerfile rename to examples/cdk/gradio/app/Dockerfile diff --git a/examples/gradio/app/app.py b/examples/cdk/gradio/app/app.py similarity index 100% rename from examples/gradio/app/app.py rename to examples/cdk/gradio/app/app.py diff --git a/examples/gradio/app/cdk.json b/examples/cdk/gradio/app/cdk.json similarity index 100% rename from examples/gradio/app/cdk.json rename to examples/cdk/gradio/app/cdk.json diff --git a/examples/gradio/app/cdk.py b/examples/cdk/gradio/app/cdk.py similarity index 100% rename from examples/gradio/app/cdk.py rename to examples/cdk/gradio/app/cdk.py diff --git a/examples/gradio/app/requirements.txt b/examples/cdk/gradio/app/requirements.txt similarity index 100% rename from examples/gradio/app/requirements.txt rename to examples/cdk/gradio/app/requirements.txt