Skip to content

Commit 6706102

Browse files
authored
update gradio-motebook.md (#1435)
This is the wrong command: config = AIConfigRuntime.load('my_app.aiconfig.json')
2 parents de4d4f0 + d908953 commit 6706102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiconfig-docs/docs/gradio-notebook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ You can easily build generative apps inspired by your work in Gradio Notebook Sp
230230
Use the `aiconfig.json` file in your code with the [AIConfig SDK](https://github.com/lastmile-ai/aiconfig) in 2 lines:
231231

232232
```python
233-
config = await AIConfigRuntime.load('my_app.aiconfig.json')
233+
config = AIConfigRuntime.load('my_app.aiconfig.json')
234234
model_output = await config.run('prompt_name')
235235
```
236236

0 commit comments

Comments
 (0)