Skip to content

Commit

Permalink
πŸ”„ [feat] Enable share mode in Gradio application
Browse files Browse the repository at this point in the history
- Modify launch configuration to allow remote access
- Enable sharing capability for wider accessibility
  • Loading branch information
Sunwood-ai-labs committed Nov 20, 2024
1 parent 710344e commit bae26c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ def chat_llama3_8b(message: str,
)

if __name__ == "__main__":
demo.launch()
demo.launch(share=True)

0 comments on commit bae26c5

Please sign in to comment.