DrishtiSharma commited on
Commit
706bc23
·
verified ·
1 Parent(s): 70de297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def generate_response(task, input_text, temperature, top_p, max_tokens):
49
  # Gradio Interface
50
  def gradio_ui():
51
  with gr.Blocks() as demo:
52
- gr.Markdown("## Test Space- Chat with Phi-4-Hindi")
53
  with gr.Row():
54
  task = gr.Dropdown([
55
  "Long Response", "Short Response", "NLI", "Translation", "MCQ", "Cross-Lingual"
 
49
  # Gradio Interface
50
  def gradio_ui():
51
  with gr.Blocks() as demo:
52
+ gr.Markdown("## Test Space: Chat with Phi-4-Hindi")
53
  with gr.Row():
54
  task = gr.Dropdown([
55
  "Long Response", "Short Response", "NLI", "Translation", "MCQ", "Cross-Lingual"