carblacac commited on
Commit
7d19038
·
1 Parent(s): 2f73a94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ description = """
35
  """
36
  examples = ['Tomorrow I will celebrate my birthday!', 'I was shocked when I saw the movie']
37
 
38
- iface = gr.Interface(fn=inference, theme="huggingface", css=".footer {display: none !important}", inputs="text", outputs="text", title=title, description=description, examples=examples)
39
  iface.launch()
 
35
  """
36
  examples = ['Tomorrow I will celebrate my birthday!', 'I was shocked when I saw the movie']
37
 
38
+ iface = gr.Interface(fn=inference, inputs="text", outputs="text", title=title, description=description, examples=examples)
39
  iface.launch()