Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,10 +25,6 @@ iface = gr.Interface(
|
|
| 25 |
live=False, # Do not send input live; only on button click
|
| 26 |
title="Chat with 1111",
|
| 27 |
description="Click the button to chat with 1111, an AI trained with DialoGPT medium!",
|
| 28 |
-
layout="vertical",
|
| 29 |
-
allow_flagging="never", # Disable flagging for simplicity
|
| 30 |
-
theme="compact", # Optional: compact design
|
| 31 |
-
# Add a button with label "Chat with 1111"
|
| 32 |
examples=[["Hello!"]], # Optional: example input for user to try out
|
| 33 |
buttons=[gr.Button("Chat with 1111")] # This adds a button
|
| 34 |
)
|
|
|
|
| 25 |
live=False, # Do not send input live; only on button click
|
| 26 |
title="Chat with 1111",
|
| 27 |
description="Click the button to chat with 1111, an AI trained with DialoGPT medium!",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
examples=[["Hello!"]], # Optional: example input for user to try out
|
| 29 |
buttons=[gr.Button("Chat with 1111")] # This adds a button
|
| 30 |
)
|