Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,6 @@ def generating_text(txt):
|
|
| 12 |
|
| 13 |
demo = gr.Interface(fn=generating_text, inputs="text", outputs="text")
|
| 14 |
|
| 15 |
-
demo.launch(
|
| 16 |
|
| 17 |
|
|
|
|
| 12 |
|
| 13 |
demo = gr.Interface(fn=generating_text, inputs="text", outputs="text")
|
| 14 |
|
| 15 |
+
demo.launch(inline=False)
|
| 16 |
|
| 17 |
|