Spaces:
Sleeping
Sleeping
Angelawork
commited on
Commit
·
d142770
1
Parent(s):
daa8bdf
typo
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ single_gradio = gr.Interface(
|
|
135 |
theme=gr.themes.Soft(),
|
136 |
title=globals.TITLE,
|
137 |
description="Select a model type from the dropdown and input a sentence to get the paraphrased literal meaning",
|
138 |
-
examples=globals.
|
139 |
)
|
140 |
|
141 |
if __name__ == '__main__':
|
|
|
135 |
theme=gr.themes.Soft(),
|
136 |
title=globals.TITLE,
|
137 |
description="Select a model type from the dropdown and input a sentence to get the paraphrased literal meaning",
|
138 |
+
examples=globals.EXAMPLE
|
139 |
)
|
140 |
|
141 |
if __name__ == '__main__':
|