Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ except ValueError as e:
|
|
| 18 |
raise
|
| 19 |
|
| 20 |
# Load your model and tokenizer
|
| 21 |
-
model_id = "rish13/
|
| 22 |
model = pipeline('text-generation', model=model_id)
|
| 23 |
|
| 24 |
# Define Gradio interface
|
|
|
|
| 18 |
raise
|
| 19 |
|
| 20 |
# Load your model and tokenizer
|
| 21 |
+
model_id = "rish13/polymers2" # Replace with your model repo ID
|
| 22 |
model = pipeline('text-generation', model=model_id)
|
| 23 |
|
| 24 |
# Define Gradio interface
|