Skip to content

Instantly share code, notes, and snippets.

@davidberenstein1957
Created January 30, 2025 16:40
Show Gist options
  • Save davidberenstein1957/6981d896c87f391cebe20bfcc8bdaa97 to your computer and use it in GitHub Desktop.
Save davidberenstein1957/6981d896c87f391cebe20bfcc8bdaa97 to your computer and use it in GitHub Desktop.
DeepSeek R1 Web App
# /// script
# requires-python = ">=3.11,<3.12"
# dependencies = [
# "ai-gradio[together]"
# ]
# ///
import gradio as gr
import ai_gradio
gr.load(
name='together:deepseek-ai/DeepSeek-R1',
src=ai_gradio.registry,
).launch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment