mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
Update README.md
This commit is contained in:
parent
f60d36bc2d
commit
6f9eeb6819
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user