Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def greet(modelpath1="",modelpath2="",modelpath3="",modelpath4="",modelpath5="")
|
|
58 |
|
59 |
return response_text
|
60 |
|
61 |
-
text1 = gr.inputs.Textbox(placeholder="ower/modelname1", label="Input modelname like
|
62 |
text2 = gr.inputs.Textbox(placeholder="ower/modelname2", label="model 2",lines=1,optional=False)
|
63 |
text3 = gr.inputs.Textbox(placeholder="ower/modelname3", label="model 3",lines=1,optional=True)
|
64 |
text4 = gr.inputs.Textbox(placeholder="ower/modelname4", label="model 4",lines=1,optional=True)
|
|
|
58 |
|
59 |
return response_text
|
60 |
|
61 |
+
text1 = gr.inputs.Textbox(placeholder="ower/modelname1", label="Input modelname like meta-llama/Llama-2-70b-hf",lines=1,optional=False)
|
62 |
text2 = gr.inputs.Textbox(placeholder="ower/modelname2", label="model 2",lines=1,optional=False)
|
63 |
text3 = gr.inputs.Textbox(placeholder="ower/modelname3", label="model 3",lines=1,optional=True)
|
64 |
text4 = gr.inputs.Textbox(placeholder="ower/modelname4", label="model 4",lines=1,optional=True)
|