Skip to content

Commit 43d2e03

Browse files
authored
[easy][docs] gradio workbook docs (#1111)
[easy][docs] gradio workbook docs minor edits
2 parents 3b3ffc0 + 7ca7400 commit 43d2e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiconfig-docs/docs/gradio-workbook.md

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

135135
```python
136-
config = await AIConfigRuntime.load('hf_space.aiconfig.json')
136+
config = await AIConfigRuntime.load('my_app.aiconfig.json')
137137
model_output = await config.run('prompt_1')
138138
```
139139

140-
[AIConfig](https://github.com/lastmile-ai/aiconfig)) is an open-source framework. Message us on [Discord](https://discord.com/invite/xBhNKTetGx) if you feedback or questions!
140+
[AIConfig](https://github.com/lastmile-ai/aiconfig) is an open-source framework. Message us on [Discord](https://discord.com/invite/xBhNKTetGx) if you feedback or questions!
141141

142142
## Supported Models
143143

0 commit comments

Comments
 (0)