mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-25 12:10:31 +08:00
Update README.md
This commit is contained in:
parent
20929b79ec
commit
8bc1893f68
@ -22,8 +22,7 @@ import gradio
|
||||
mdl = tf.keras.models.Sequential()
|
||||
# ... define and train the model as you would normally
|
||||
|
||||
iface = gradio.Interface(input=“sketchpad”,
|
||||
output=“class”, model_type=“keras”, model=mdl)
|
||||
iface = gradio.Interface(input=“sketchpad”, output=“class”, model_type=“keras”, model=mdl)
|
||||
iface.launch()
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user