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