Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def process_example(example: str) -> tuple:
|
|
194 |
|
195 |
def main():
|
196 |
"""Main function to set up and launch the Gradio interface"""
|
197 |
-
with gr.Blocks(css=CSS, theme="JohnSmith9982/small_and_pretty
|
198 |
gr.HTML(TITLE)
|
199 |
gr.DuplicateButton(
|
200 |
value="",
|
|
|
194 |
|
195 |
def main():
|
196 |
"""Main function to set up and launch the Gradio interface"""
|
197 |
+
with gr.Blocks(css=CSS, theme="JohnSmith9982/small_and_pretty") as demo:
|
198 |
gr.HTML(TITLE)
|
199 |
gr.DuplicateButton(
|
200 |
value="",
|