From 71ee3dfd7a8e64514bf29b4111f926b37b59c681 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Wed, 8 Jul 2020 16:39:55 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f81da0b9ee..841a383058 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,13 @@ The core Interface class is initialized with three parameters: - `inputs`: the name of the input interface - `outputs`: the name of the output interface -Calling the `launch()` function of the `Interface` object produces the interface shown in image below. +Calling the `launch()` function of the `Interface` object produces the interface shown in image below. Click on the screenshot to go the live interface in our getting started page. +

drawing

+
### 1. Inception Net [![alt text](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1c6gQiW88wKBwWq96nqEwuQ1Kyt5LejiU?usp=sharing) @@ -98,7 +100,7 @@ You can supply your own model instead of the pretrained model above, as well as - `Textbox(lines=1, placeholder=None, label=None, numeric=False)` - `Radio(choices, label=None)` - `Dropdown(choices, label=None)` -- `CheckboxGroup(choices, label=None) +- `CheckboxGroup(choices, label=None)` - `Slider(minimum=0, maximum=100, default=None, label=None)` - `Image(shape=(224, 224, 3), image_mode='RGB', scale=1/127.5, shift=-1, label=None)` - `Microphone()`