Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
from fastapi import FastAPI, HTTPException
|
| 2 |
from transformers import AutoModel, AutoTokenizer
|
| 3 |
-
import torch
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
# Inicializar FastAPI
|
|
|
|
| 1 |
from fastapi import FastAPI, HTTPException
|
| 2 |
from transformers import AutoModel, AutoTokenizer
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
# Inicializar FastAPI
|