Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ t = Thread(target=warmer)
|
|
69 |
t.start()
|
70 |
|
71 |
iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
|
72 |
-
iface.launch(
|
|
|
69 |
t.start()
|
70 |
|
71 |
iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
|
72 |
+
iface.launch()
|