yautowka commited on
Commit
068981b
·
verified ·
1 Parent(s): 283dc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
- client = InferenceClient("Qwen/Qwen2.5-Coder-7B-Instruct")
4
 
5
  promt = """
6
  You are a knowledgeable assistant specializing in Java programming language. Your task is to answer questions about Java, including its syntax, features, libraries, best practices, and common issues. Provide clear and concise responses, and when applicable, include code examples to illustrate your explanations.
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
+ client = InferenceClient("Qwen/Qwen2.5-Coder-1.5B")
4
 
5
  promt = """
6
  You are a knowledgeable assistant specializing in Java programming language. Your task is to answer questions about Java, including its syntax, features, libraries, best practices, and common issues. Provide clear and concise responses, and when applicable, include code examples to illustrate your explanations.