baconnier commited on
Commit
ed2b31f
·
verified ·
1 Parent(s): 0a3df46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -151,18 +151,8 @@ def create_interface() -> gr.Interface:
151
  # Create and launch the interface
152
  iface = create_interface()
153
 
154
- # Add custom CSS for better appearance
155
- css = """
156
- .gradio-container {
157
- font-family: 'Arial', sans-serif;
158
- }
159
- .output-text {
160
- font-family: 'Courier New', monospace;
161
- }
162
- """
163
 
164
  if __name__ == "__main__":
165
  # Launch with custom configurations
166
- iface.launch(
167
- custom_css=css
168
- )
 
151
  # Create and launch the interface
152
  iface = create_interface()
153
 
154
+
 
 
 
 
 
 
 
 
155
 
156
  if __name__ == "__main__":
157
  # Launch with custom configurations
158
+ iface.launch()