Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ def predict(prompt):
|
|
9 |
return completion
|
10 |
|
11 |
# Now create the interface
|
12 |
-
gr.Interface(fn=predict, inputs="text", outputs="text").launch()
|
|
|
9 |
return completion
|
10 |
|
11 |
# Now create the interface
|
12 |
+
gr.Interface(fn=predict, inputs="text", outputs="text", css=".footer{display:none !important}").launch()
|