Spaces:
Sleeping
Sleeping
Commit ·
556c085
1
Parent(s): 4fcf30e
Novita
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
|
|
|
| 3 |
model = "huihui-ai/Qwen2.5-72B-Instruct-abliterated"
|
| 4 |
with gr.Blocks(fill_height=True) as demo:
|
| 5 |
with gr.Sidebar():
|
|
@@ -10,3 +11,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 10 |
|
| 11 |
demo.launch()
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
# model = "huihui-ai/Qwen2.5-72B-Instruct-abliterated"
|
| 4 |
model = "huihui-ai/Qwen2.5-72B-Instruct-abliterated"
|
| 5 |
with gr.Blocks(fill_height=True) as demo:
|
| 6 |
with gr.Sidebar():
|
|
|
|
| 11 |
|
| 12 |
demo.launch()
|
| 13 |
|
| 14 |
+
#Novita
|
| 15 |
+
|
| 16 |
+
|