Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
-

|
5 |
-
|
6 |
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct") # Replace with your actual endpoint
|
7 |
|
8 |
# Define fixed values for the restricted parameters
|
|
|
1 |
+

|
2 |
+
|
3 |
import gradio as gr
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
|
|
|
|
6 |
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct") # Replace with your actual endpoint
|
7 |
|
8 |
# Define fixed values for the restricted parameters
|