jingwora commited on
Commit
b9cece5
·
1 Parent(s): f4cbd9f

Add application file

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -2
app.py CHANGED
@@ -26,6 +26,7 @@ demo = gr.Interface(
26
  optional=True),
27
  ],
28
  outputs="text",
 
29
  )
30
 
31
  demo.launch()
 
26
  optional=True),
27
  ],
28
  outputs="text",
29
+ theme="freddyaboulton/dracula_revamped",
30
  )
31
 
32
  demo.launch()
requirements.txt CHANGED
@@ -1,3 +1,2 @@
1
-
2
  gradio==3.36.1
3
- torch==2.0.1
 
 
1
  gradio==3.36.1
2
+ transformers==4.30.2