Spaces:
Sleeping
Sleeping
Commit ·
e237a15
1
Parent(s): 7fb20c8
remove description
Browse files
app.py
CHANGED
|
@@ -270,5 +270,4 @@ if __name__ == "__main__":
|
|
| 270 |
share=True, # Set to True to create a public link
|
| 271 |
server_name="0.0.0.0", # Allow access from any IP
|
| 272 |
server_port=7860, # Default Gradio port
|
| 273 |
-
show_error=True
|
| 274 |
-
description=description)
|
|
|
|
| 270 |
share=True, # Set to True to create a public link
|
| 271 |
server_name="0.0.0.0", # Allow access from any IP
|
| 272 |
server_port=7860, # Default Gradio port
|
| 273 |
+
show_error=True)
|
|
|