DebasishDhal99's picture
Update app.py
bb44b48
raw
history blame
342 Bytes
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.colors as mcolors
import cv2
import gradio as gr
from channel_functions import individual_channel_image, channel_distribution_plotter, which_channel_dominates
x = gr.Number(value=42,label="Some input")
gr.Interface(which_channel_dominates, gr.Image(), "image").launch()