Skip to content

Commit

Permalink
Update modelscope_agentfabric.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhangpurdue authored Sep 15, 2024
1 parent aa26f10 commit 251fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/apps/modelscope_agentfabric.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
}
],
"source": [
"! sed -i 's#demo.launch()#demo.launch(share=True)#g' app.py && export PYTHONPATH=$PYTHONPATH:/content/modelscope-agent && python app.py"
"! export PYTHONPATH=$PYTHONPATH:/content/modelscope-agent && python app.py"
]
}
],
Expand Down

0 comments on commit 251fd2c

Please sign in to comment.