Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def greet(text):
|
|
105 |
|
106 |
|
107 |
|
108 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",theme='
|
109 |
layout="vertical", description="This is a demo for text classification.")
|
110 |
demo.launch()
|
111 |
|
|
|
105 |
|
106 |
|
107 |
|
108 |
+
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",theme='JohnSmith9982/small_and_pretty'
|
109 |
layout="vertical", description="This is a demo for text classification.")
|
110 |
demo.launch()
|
111 |
|