Spaces:
Running
Running
Nattapong Tapachoom
commited on
Commit
·
0d08088
1
Parent(s):
20959f5
CC
Browse files
app.py
CHANGED
@@ -85,9 +85,9 @@ def analyze_text(text, model_name):
|
|
85 |
|
86 |
return "\n".join(results)
|
87 |
|
88 |
-
|
89 |
demo.launch()
|
90 |
|
|
|
91 |
with gr.Blocks(
|
92 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple", neutral_hue="gray"),
|
93 |
css="""
|
|
|
85 |
|
86 |
return "\n".join(results)
|
87 |
|
|
|
88 |
demo.launch()
|
89 |
|
90 |
+
|
91 |
with gr.Blocks(
|
92 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple", neutral_hue="gray"),
|
93 |
css="""
|