Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|