Spaces:
Sleeping
Sleeping
Commit
·
32b8283
1
Parent(s):
ae6bc8f
Update Description (#1)
Browse files- Update Description (a374c7839755012827ae1bd82b7e8373c99ca18a)
Co-authored-by: Jiang <[email protected]>
app.py
CHANGED
@@ -29,6 +29,6 @@ output_text = gr.outputs.Textbox(label="Response")
|
|
29 |
time_text = gr.outputs.Label(label="Time Taken")
|
30 |
|
31 |
title = "SPR - Cnvrg.io | Serving"
|
32 |
-
description = "Model - Falcon 7B (Instruct)"
|
33 |
|
34 |
gr.Interface(fn=generate_output, inputs=[input_text,slider], outputs=[output_text,time_text], title=title, description=description).launch()
|
|
|
29 |
time_text = gr.outputs.Label(label="Time Taken")
|
30 |
|
31 |
title = "SPR - Cnvrg.io | Serving"
|
32 |
+
description = "Model - Falcon 7B (Instruct) - FP32"
|
33 |
|
34 |
gr.Interface(fn=generate_output, inputs=[input_text,slider], outputs=[output_text,time_text], title=title, description=description).launch()
|