remove interface

This commit is contained in:
AK391 2024-12-26 18:09:56 +01:00
parent 2ab082f2f5
commit 6e7c5ee471

View File

@ -234,7 +234,7 @@ export DEEPSEEK_API_KEY=<your token>
import gradio as gr
import ai_gradio
interface = gr.load(
gr.load(
name='deepseek:deepseek-chat',
src=ai_gradio.registry,
).launch()