Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,12 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
import spaces
|
4 |
import transformers
|
|
|
|
|
|
|
5 |
|
6 |
@spaces.GPU
|
7 |
|
8 |
-
from transformers import pipeline
|
9 |
|
10 |
pipe = pipeline("text-generation", model="MTSAIR/MultiVerse_70B")
|
11 |
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
import spaces
|
4 |
import transformers
|
5 |
+
from transformers import pipeline
|
6 |
+
|
7 |
+
|
8 |
|
9 |
@spaces.GPU
|
10 |
|
|
|
11 |
|
12 |
pipe = pipeline("text-generation", model="MTSAIR/MultiVerse_70B")
|
13 |
|