Spaces:
Running
Running
Revert "gpt-4.1-nano: Drop fill width."
Browse filesThis reverts commit 290f4f06aa5b682ea13a481ca28079df5fce2be9.
app.py
CHANGED
@@ -36,7 +36,8 @@ gr.load_chat(
|
|
36 |
["Explain about quantum computers."]
|
37 |
], # Provide sample inputs for users to try
|
38 |
cache_examples=False, # Ensure responses always fresh
|
39 |
-
show_api=False # Disable Gradio API
|
|
|
40 |
).launch(
|
41 |
max_file_size="1mb", # Max image upload size limit
|
42 |
server_name="0.0.0.0" # Listen on all network interfaces
|
|
|
36 |
["Explain about quantum computers."]
|
37 |
], # Provide sample inputs for users to try
|
38 |
cache_examples=False, # Ensure responses always fresh
|
39 |
+
show_api=False, # Disable Gradio API
|
40 |
+
fill_width=True # Auto width, adjust to the monitor screen
|
41 |
).launch(
|
42 |
max_file_size="1mb", # Max image upload size limit
|
43 |
server_name="0.0.0.0" # Listen on all network interfaces
|