Spaces:
Sleeping
Sleeping
feat: 視覚でわからない
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ def infer():
|
|
16 |
pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-4k-instruct", trust_remote_code=True)
|
17 |
return pipe(messages)
|
18 |
|
19 |
-
demo = gr.Interface(fn=infer, inputs="
|
20 |
demo.launch()
|
|
|
16 |
pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-4k-instruct", trust_remote_code=True)
|
17 |
return pipe(messages)
|
18 |
|
19 |
+
demo = gr.Interface(fn=infer, inputs="nya", outputs="text")
|
20 |
demo.launch()
|