Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ iface = gr.Interface(
|
|
46 |
fn=gradio_interface,
|
47 |
inputs=gr.Textbox(label="Science Question", lines=4),
|
48 |
outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Latency")],
|
49 |
-
title="
|
50 |
-
description="Ask a science question and get an answer from the fine-tuned model.",
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|
|
|
46 |
fn=gradio_interface,
|
47 |
inputs=gr.Textbox(label="Science Question", lines=4),
|
48 |
outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Latency")],
|
49 |
+
title="SciGemma",
|
50 |
+
description="Ask a science question and get an answer from the fine-tuned Gemma 2b-it model.",
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|