Update README.md

This commit is contained in:
Ali Abdalla 2020-06-11 12:45:17 -07:00 committed by GitHub
parent f60d36bc2d
commit 6f9eeb6819

View File

@ -84,8 +84,7 @@ gradio.Interface(predict, sketchpad, label).launch();
#### Human DNA Variant Effect Prediction (Input: Textbox, Output: Label) #### Human DNA Variant Effect Prediction (Input: Textbox, Output: Label)
```python ```python
iface = gradio.Interface(predict, 'textbox', 'label') gradio.Interface(predict, 'textbox', 'label').launch()
iface.launch()
``` ```
![alt text](https://raw.githubusercontent.com/abidlabs/gradio/master/screenshots/label_interface.png) ![alt text](https://raw.githubusercontent.com/abidlabs/gradio/master/screenshots/label_interface.png)