Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
from gradio import inputs
|
4 |
-
|
5 |
-
from gradio.inputs import Textbox
|
6 |
-
|
7 |
-
from gradio import outputs
|
8 |
-
|
9 |
-
from transformers import pipeline
|
10 |
-
|
11 |
gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", description="Ada meet a smart dog called Max ,they went to a mystery world,somethings was occured ,they want to save the world , make the world pretty").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", description="Ada meet a smart dog called Max ,they went to a mystery world,somethings was occured ,they want to save the world , make the world pretty").launch()
|