Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,18 +151,8 @@ def create_interface() -> gr.Interface:
|
|
151 |
# Create and launch the interface
|
152 |
iface = create_interface()
|
153 |
|
154 |
-
|
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()
|
|
|
|