Spaces:
Runtime error
Runtime error
Commit
·
2486c65
1
Parent(s):
e7f5ceb
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ gr.HTML("""<h1 style="font-weight:600;font-size:50;margin-top:4px;margin-bottom:
|
|
74 |
model_choice = gr.Dropdown(label="Select Model", choices=[m for m in names], type="index", interactive=True)
|
75 |
input_text = gr.Textbox(label="Input Prompt")
|
76 |
output_window = gr.Code(label="Generated Code")
|
77 |
-
title = "Text to Code Generation Models Comparison"
|
78 |
|
79 |
interface = gr.Interface(fn=the_process, inputs=[input_text, model_choice], outputs="text", title = title )
|
80 |
interface.launch()
|
|
|
74 |
model_choice = gr.Dropdown(label="Select Model", choices=[m for m in names], type="index", interactive=True)
|
75 |
input_text = gr.Textbox(label="Input Prompt")
|
76 |
output_window = gr.Code(label="Generated Code")
|
77 |
+
title = "Text to Code Generation Models Comparison "
|
78 |
|
79 |
interface = gr.Interface(fn=the_process, inputs=[input_text, model_choice], outputs="text", title = title )
|
80 |
interface.launch()
|