Spaces:
Running
Running
AFischer1985
commited on
Commit
•
ed60378
1
Parent(s):
b634085
Update run.py
Browse files
run.py
CHANGED
@@ -345,10 +345,10 @@ i=gr.ChatInterface(multimodal_response,
|
|
345 |
multimodal=True,
|
346 |
additional_inputs=[
|
347 |
gr.Dropdown(
|
348 |
-
info="
|
349 |
choices=["1","2","3"],
|
350 |
value="1",
|
351 |
-
label="
|
352 |
gr.Textbox(
|
353 |
value="",
|
354 |
label="HF_token"),
|
|
|
345 |
multimodal=True,
|
346 |
additional_inputs=[
|
347 |
gr.Dropdown(
|
348 |
+
info="Wähle eine Variante",
|
349 |
choices=["1","2","3"],
|
350 |
value="1",
|
351 |
+
label="Variante"),
|
352 |
gr.Textbox(
|
353 |
value="",
|
354 |
label="HF_token"),
|