Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -338,7 +338,7 @@ gr.ChatInterface(
|
|
338 |
title="AI-Interface (on prem)" if onPrem else "AI-Interface (HFHub)",
|
339 |
additional_inputs=[
|
340 |
gr.Textbox(value="Lass uns ein Rollenspiel spielen. Wir spielen Shadowrun. Du bist der Spielleiter und sprichst Deutsch.",label="System Prompt"),
|
341 |
-
gr.Dropdown(["Permanent","Temporär"],value="
|
342 |
]
|
343 |
).queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
|
344 |
print("Interface up and running!")
|
|
|
338 |
title="AI-Interface (on prem)" if onPrem else "AI-Interface (HFHub)",
|
339 |
additional_inputs=[
|
340 |
gr.Textbox(value="Lass uns ein Rollenspiel spielen. Wir spielen Shadowrun. Du bist der Spielleiter und sprichst Deutsch.",label="System Prompt"),
|
341 |
+
gr.Dropdown(["Permanent","Temporär"],value="Temporär",label="Dialog speichern?")
|
342 |
]
|
343 |
).queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
|
344 |
print("Interface up and running!")
|