Skip to content

Commit

Permalink
Update examples.yml syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored May 22, 2024
1 parent 0f7b7f8 commit ff8d25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
iex ((iwr $env:MAIN_BRANCH_URL/pup.ps1).Content -split "`n")[-2] ; pup fetch zero-to-gradio gradio
- name: Start app
run: |
zero-to-gradio\.venv\Scripts\python.exe -c 'import gradio as gr; gr.Interface(lambda x: x, inputs=["text"]).launch()'
zero-to-gradio\.venv\Scripts\python.exe -c 'import gradio as gr; gr.Interface(lambda x: x, inputs=["text"], outputs=["text"]).launch()'

0 comments on commit ff8d25c

Please sign in to comment.