mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Update getting_started.md
This commit is contained in:
parent
7ae192a3d0
commit
031be6cca7
@ -222,7 +222,7 @@ Gradio integrates nicely with the Hugging Face Hub, allowing you to load models
|
||||
- To load any model from the Hugging Face Hub and create an interface around it, you pass `"model/"` or `"huggingface/"` followed by the model name, like these examples:
|
||||
|
||||
```python
|
||||
gr.Interface.load("huggingface/gpt-2").launch();
|
||||
gr.Interface.load("huggingface/gpt2").launch();
|
||||
```
|
||||
|
||||
```python
|
||||
|
Loading…
Reference in New Issue
Block a user