Spaces:
Runtime error
Runtime error
unclemusclez
commited on
Commit
•
bd3947f
1
Parent(s):
5c1df19
Update app.py
Browse files
app.py
CHANGED
@@ -293,9 +293,9 @@ with gr.Blocks(css=css) as demo:
|
|
293 |
|
294 |
iface = gr.Interface(
|
295 |
fn=ollamafy_model,
|
296 |
-
additional_inputs=[
|
297 |
-
|
298 |
-
],
|
299 |
inputs=[
|
300 |
login,
|
301 |
generate_pubkey,
|
|
|
293 |
|
294 |
iface = gr.Interface(
|
295 |
fn=ollamafy_model,
|
296 |
+
# additional_inputs=[
|
297 |
+
# generate_pubkey,
|
298 |
+
# ],
|
299 |
inputs=[
|
300 |
login,
|
301 |
generate_pubkey,
|