Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def main():
|
|
97 |
fn=predict,
|
98 |
inputs='text',
|
99 |
outputs='text',
|
100 |
-
examples=['result']
|
101 |
#gr.outputs.Image(type='numpy', label='Output'),
|
102 |
#title=TITLE,
|
103 |
#description=DESCRIPTION,
|
|
|
97 |
fn=predict,
|
98 |
inputs='text',
|
99 |
outputs='text',
|
100 |
+
examples=['result'],
|
101 |
#gr.outputs.Image(type='numpy', label='Output'),
|
102 |
#title=TITLE,
|
103 |
#description=DESCRIPTION,
|