Update app.py
Browse files
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
|
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"
|