RonHoHo commited on
Commit
4aedaa4
1 Parent(s): 35baa24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
 
2
 
 
 
3
  gr.Interface.load("huggingface/bigscience/bloom-560m",title="Text Generator Five w/Variables",description="Input your text,submit and the maching will output text.").launch()
 
1
  import gradio as gr
2
+ from gradio.mix import Series
3
 
4
+ title="Chinese Text Generator and Translator"
5
+ description="Input Chiknese language text,"
6
  gr.Interface.load("huggingface/bigscience/bloom-560m",title="Text Generator Five w/Variables",description="Input your text,submit and the maching will output text.").launch()