Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def analyze(text):
|
|
| 7 |
result = pipe(text)
|
| 8 |
return result
|
| 9 |
|
| 10 |
-
demo = gr.Interface(fn=analyze, inputs='text', outputs='text)
|
| 11 |
demo.launch(debug=true)
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
result = pipe(text)
|
| 8 |
return result
|
| 9 |
|
| 10 |
+
demo = gr.Interface(fn=analyze, inputs='text', outputs='text')
|
| 11 |
demo.launch(debug=true)
|
| 12 |
|
| 13 |
|