Created
January 30, 2025 16:40
-
-
Save davidberenstein1957/6981d896c87f391cebe20bfcc8bdaa97 to your computer and use it in GitHub Desktop.
DeepSeek R1 Web App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /// 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