Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,4 +7,4 @@ def test(input_text):
|
|
| 7 |
demo = gr.Interface(fn=test, inputs="text", outputs="text")
|
| 8 |
|
| 9 |
if __name__ == "__main__":
|
| 10 |
-
demo.launch(
|
|
|
|
| 7 |
demo = gr.Interface(fn=test, inputs="text", outputs="text")
|
| 8 |
|
| 9 |
if __name__ == "__main__":
|
| 10 |
+
demo.launch()
|