prlabs2023 commited on
Commit
272e197
1 Parent(s): 11d46da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ from PIL import Image
116
  import json
117
 
118
 
119
- # client = InferenceClient()
120
- client = InferenceClient(model="SG161222/Realistic_Vision_V1.4")
121
 
122
 
123
  def do_ML(filename:str,text:str,code:str):
 
116
  import json
117
 
118
 
119
+ client = InferenceClient()
120
+ # client = InferenceClient(model="SG161222/Realistic_Vision_V1.4")
121
 
122
 
123
  def do_ML(filename:str,text:str,code:str):