Skip to content

Commit

Permalink
update gradio-motebook.md (lastmile-ai#1435)
Browse files Browse the repository at this point in the history
This is the wrong command: config =
AIConfigRuntime.load('my_app.aiconfig.json')
  • Loading branch information
rossdanlm authored Mar 11, 2024
2 parents de4d4f0 + d908953 commit 6706102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiconfig-docs/docs/gradio-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ You can easily build generative apps inspired by your work in Gradio Notebook Sp
Use the `aiconfig.json` file in your code with the [AIConfig SDK](https://github.com/lastmile-ai/aiconfig) in 2 lines:

```python
config = await AIConfigRuntime.load('my_app.aiconfig.json')
config = AIConfigRuntime.load('my_app.aiconfig.json')
model_output = await config.run('prompt_name')
```

Expand Down

0 comments on commit 6706102

Please sign in to comment.